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 | 屋l???? | 1000100110101110100000101000110000111111001111110011111100111111 | 89ae828c3f3f3f3f |
EUC-JP | 屋l?洧?? | 10110010101100001010001111101100001111111000111111000111101101000011111100111111 | b2b0a3ec3f8fc7b43f3f |
UTF-8 | 屋l렕洧띠툧 | 111001011011000110001011111011111011110110001100111010111010000010010101111001101011010010100111111010111001110110100000111011011000100010100111 | e5b18befbd8ceba095e6b4a7eb9da0ed88a7 |
UHC | 屋l렕洧띠툧 | 111010001010100110100011111011001000111010101010111010101111101110110110111011001011100010011110 | e8a9a3ec8eaaeafbb6ecb89e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)