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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 丈燻ノ | 1000111111100100111000001000111011001001 | 8fe4e08ec9 |
EUC-JP | 丈燻ノ | 101111101110011011011111111011101000111011001001 | bee6dfee8ec9 |
UTF-8 | 丈燻ノ | 111001001011100010001000111001111000011110111011111011111011111010001001 | e4b888e787bbefbe89 |
UHC | 丈燻? | 1110110111011011111111011011100000111111 | eddbfdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)