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 | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-WIN | ?????クnB | 001111110011111100111111001111110011111110000011010011100110111001000010 | 3f3f3f3f3f834e6e42 |
EUC-JP | ?????クnB | 001111110011111100111111001111110011111110100101101011110110111001000010 | 3f3f3f3f3fa5af6e42 |
UTF-8 | 溜뷰퐜溜븀クnB | 1110111110100111100010111110101110110111101100001110110110010000100111001110111110100111100010111110101110111000100000001110001110000010101011110110111001000010 | efa78bebb7b0ed909cefa78bebb880e382af6e42 |
UHC | 溜뷰퐜溜븀クnB | 1110101011111110101110101110010010111101100001101110101011111110101110101110011110101011101011110110111001000010 | eafebae4bd86eafebae7abaf6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)