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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 屋k?膺?? | 100010011010111010000010100010110011111111100100010111100011111100111111 | 89ae828b3fe45e3f3f |
EUC-JP | 屋k?膺?? | 101100101011000010100011111010110011111111100111101111110011111100111111 | b2b0a3eb3fe7bf3f3f |
UTF-8 | 屋k쉭膺곮짅 | 111001011011000110001011111011111011110110001011111011001000100110101101111010001000011010111010111010101011001110101110111011001010011110000101 | e5b18befbd8bec89ade886baeab3aeeca785 |
UHC | 屋k쉭膺곮짅 | 111010001010100110100011111010111011110110101101111010111110110010000001111010001010001110010100 | e8a9a3ebbdadebec81e8a394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)