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 | 丈燻レ | 1000111111100100111000001000111011011010 | 8fe4e08eda |
EUC-JP | 丈燻レ | 101111101110011011011111111011101000111011011010 | bee6dfee8eda |
UTF-8 | 丈燻レ | 111001001011100010001000111001111000011110111011111011111011111010011010 | e4b888e787bbefbe9a |
UHC | 丈燻? | 1110110111011011111111011011100000111111 | eddbfdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)