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 | ??雙??? | 00111111001111111001100111010100001111110011111100111111 | 3f3f99d43f3f3f |
EUC-JP | ??雙??? | 00111111001111111101001011010110001111110011111100111111 | 3f3fd2d63f3f3f |
UTF-8 | 롇렗雙렗렯롋 | 111010111010000110000111111010111010000010010111111010011001101110011001111010111010000010010111111010111010000010101111111010111010000110001011 | eba187eba097e99b99eba097eba0afeba18b |
UHC | 롇렗雙렗렯롋 | 100011101100110110001110101011001110010010101010100011101010110010001110101111001000111011010001 | 8ecd8eace4aa8eac8ebc8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)