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 | ?k?L??A | 00111111011010110011111101001100001111110011111101000001 | 3f6b3f4c3f3f41 |
SJIS-WIN | ?k?L??A | 00111111011010110011111101001100001111110011111101000001 | 3f6b3f4c3f3f41 |
EUC-JP | ?k?L??A | 00111111011010110011111101001100001111110011111101000001 | 3f6b3f4c3f3f41 |
UTF-8 | 혟k혩L챈챦A | 111011011001100010011111011010111110110110011000101010010100110011101100101100011000100011101100101100011010011001000001 | ed989f6bed98a94cecb188ecb1a641 |
UHC | 혟k혩L챈챦A | 1100001010001001011010111100001010010001010011001100001110100110110000111010111101000001 | c2896bc2914cc3a6c3af41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)