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 | 誧豸鉈 | 111110111010011011100110101101101110011111101011 | fba6e6b6e7eb |
EUC-JP | 誧豸鉈 | 10001111110111011111101011101100101110001110111011101101 | 8fddfaecb8eeed |
UTF-8 | 誧豸鉈 | 111010001010101010100111111010001011000110111000111010011000100110001000 | e8aaa7e8b1b8e98988 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)