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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??莞?? | 001111110011111110001010110011100011111100111111 | 3f3f8ace3f3f |
EUC-JP | ??莞?? | 001111110011111110110100110100000011111100111111 | 3f3fb4d03f3f |
UTF-8 | 롅렧莞롆롖 | 111010111010000110000101111010111010000010100111111010001000111010011110111010111010000110000110111010111010000110010110 | eba185eba0a7e88e9eeba186eba196 |
UHC | 롅렧莞롆롖 | 10001110110010111000111010110110111010001101010010001110110011001000111011011010 | 8ecb8eb6e8d48ecc8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)