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 | ???赤? | 001111110011111100111111100100001101010000111111 | 3f3f3f90d43f |
EUC-JP | ???赤? | 001111110011111100111111110000001101011000111111 | 3f3f3fc0d63f |
UTF-8 | 렯렢렱赤뤰 | 111010111010000010101111111010111010000010100010111010111010000010110001111010001011010110100100111010111010010010110000 | eba0afeba0a2eba0b1e8b5a4eba4b0 |
UHC | 렯렢렱赤뤰 | 10001110101111001000111010110011100011101011111011101110111001011000111111011110 | 8ebc8eb38ebeeee58fde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)