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 | ト鏆ェ | 11000100111110111110001010101010 | c4fbe2aa |
EUC-JP | ト鏆ェ | 10001110110001001000111111100101101111111000111010101010 | 8ec48fe5bf8eaa |
UTF-8 | ト鏆ェ | 111011111011111010000100111010011000111110000110111011111011110110101010 | efbe84e98f86efbdaa |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)