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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 嚴??^ | 1001101010001110001111110011111101011110 | 9a8e3f3f5e |
EUC-JP | 嚴??^ | 1101001111101110001111110011111101011110 | d3ee3f3f5e |
UTF-8 | 嚴곫솿^ | 11100101100110101011010011101010101100111010101111101100100001101011111101011110 | e59ab4eab3abec86bf5e |
UHC | 嚴곫솿^ | 11100101111100011000000111100110100110011011001101011110 | e5f181e699b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)