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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 由??由??B | 100101110101001000111111001111111001011101010010001111110011111101000010 | 97523f3f97523f3f42 |
EUC-JP | 由??由??B | 110011011011001100111111001111111100110110110011001111110011111101000010 | cdb33f3fcdb33f3f42 |
UTF-8 | 由뽯쫿由뽯쫿B | 11100111100101001011000111101011101111011010111111101100101010111011111111100111100101001011000111101011101111011010111111101100101010111011111101000010 | e794b1ebbdafecabbfe794b1ebbdafecabbf42 |
UHC | 由뽯쫿由뽯쫿B | 11101011101001101001011011101011101001101001011011101011101001101001011011101011101001101001011001000010 | eba696eba696eba696eba69642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)