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 | ホ鷯 | 11001110111101101110111111110110111000101110101001011101 | cef6eff6e2ea5d |
EUC-JP | ホ??鷯 | 100011101100111000111111001111111111001110111110 | 8ece3f3ff3be |
UTF-8 | ホ鷯 | 111011111011111010001110111011101001010010010110111011101001010010001001111010011011011110101111 | efbe8eee9496ee9489e9b7af |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)