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 | ??莞??辰 | 0011111100111111100010101100111000111111001111111001001001000011 | 3f3f8ace3f3f9243 |
EUC-JP | ??莞??辰 | 0011111100111111101101001101000000111111001111111100001110100100 | 3f3fb4d03f3fc3a4 |
UTF-8 | 롆렫莞롛롇辰 | 111010111010000110000110111010111010000010101011111010001000111010011110111010111010000110011011111010111010000110000111111010001011111010110000 | eba186eba0abe88e9eeba19beba187e8beb0 |
UHC | 롆렫莞롛롇辰 | 100011101100110010001110101110011110100011010100100011101101111110001110110011011111001011100011 | 8ecc8eb9e8d48edf8ecdf2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)