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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ?邵?Y | 0011111111100111101110000011111101011001 | 3fe7b83f59 |
EUC-JP | ?邵?Y | 0011111111101110101110100011111101011001 | 3feeba3f59 |
UTF-8 | 뾸邵숞Y | 11101011101111101011100011101001100000101011010111101100100010001001111001011001 | ebbeb8e982b5ec889e59 |
UHC | 뾸邵숞Y | 10010111011110101110000111010000100110011111101101011001 | 977ae1d099fb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)