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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 借顯辞釈 | 1000111011011000111010001111101110001110101010111000111011011111 | 8ed8e8fb8eab8edf |
EUC-JP | 借顯辞釈 | 1011110011011010111100001111110110111100101011011011110011100001 | bcdaf0fdbcadbce1 |
UTF-8 | 借顯辞釈 | 111001011000000010011111111010011010000110101111111010001011111010011110111010011000011110001000 | e5809fe9a1afe8be9ee98788 |
UHC | 借顯?? | 111100111010100011111010111010010011111100111111 | f3a8fae93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)