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 | 第臀??闇 | 1001000111100110111001000101110000111111001111111000100011000101 | 91e6e45c3f3f88c5 |
EUC-JP | 第臀??闇 | 1100001011101000111001111011110100111111001111111011000011000111 | c2e8e7bd3f3fb0c7 |
UTF-8 | 第臀렑렣闇 | 111001111010110010101100111010001000011110000000111010111010000010010001111010111010000010100011111010011001011110000111 | e7acace88780eba091eba0a3e99787 |
UHC | 第臀렑렣闇 | 11110000101011111101010011101011100011101010011010001110101101001110010011100001 | f0afd4eb8ea68eb4e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)