To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隘樣亂鬟 | 1110100010100101100111101110100110011000101010101110100110100011 | e8a59ee998aae9a3 |
EUC-JP | 隘樣亂鬟 | 1111000010100111110111001110101111010000101011001111001010100101 | f0a7dcebd0acf2a5 |
UTF-8 | 隘樣亂鬟 | 111010011001101010011000111001101010100010100011111001001011101010000010111010011010110010011111 | e99a98e6a8a3e4ba82e9ac9f |
UHC | 隘樣亂? | 11100100111101101110010111000110110101011010111100111111 | e4f6e5c6d5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)