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 | 至????? | 10001110100010100011111100111111001111110011111100111111 | 8e8a3f3f3f3f3f |
EUC-JP | 至????? | 10111011111010100011111100111111001111110011111100111111 | bbea3f3f3f3f3f |
UTF-8 | 至렞뤱횓뫙렯 | 111010001000011110110011111010111010000010011110111010111010010010110001111011011001101010010011111010111010101110011001111010111010000010101111 | e887b3eba09eeba4b1ed9a93ebab99eba0af |
UHC | 至렞뤱횓뫙렯 | 111100101011100010001110101011111000111111011111110000111000111010111000111111011000111010111100 | f2b88eaf8fdfc38eb8fd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)