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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 譽??泳?B | 1110011010100011001111110011111110001001011010100011111101000010 | e6a33f3f896a3f42 |
EUC-JP | 譽??泳?B | 1110110010100101001111110011111110110001110010110011111101000010 | eca53f3fb1cb3f42 |
UTF-8 | 譽김씩泳쉅B | 11101000101011011011110111101010101110011000000011101100100101001010100111100110101100111011001111101100100010011000010101000010 | e8adbdeab980ec94a9e6b3b3ec898542 |
UHC | 譽김씩泳쉅B | 1110011111100010101100011110100010111110101111111110011110110110100110100101101001000010 | e7e2b1e8bebfe7b69a5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)