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 | 瑤??娃?? | 1110101010100010001111110011111110001000101000010011111100111111 | eaa23f3f88a13f3f |
EUC-JP | 瑤??娃?? | 1111010010100100001111110011111110110000101000110011111100111111 | f4a43f3fb0a33f3f |
UTF-8 | 瑤껓슉娃믠댙 | 111001111001000110100100111010101011101110010011111011001000101010001001111001011010100010000011111010111010111110100000111010111000110010011001 | e791a4eabb93ec8a89e5a883ebafa0eb8c99 |
UHC | 瑤껓슉娃믠댙 | 111010001111110110000011111011111011110110110101111010001101111110010010111000101000100010111101 | e8fd83efbdb5e8df92e288bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)