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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 漆借m | 1000111010111101100011101101100001101101 | 8ebd8ed86d |
EUC-JP | 漆借m | 1011110010111111101111001101101001101101 | bcbfbcda6d |
UTF-8 | 漆借m | 11100110101111001000011011100101100000001001111101101101 | e6bc86e5809f6d |
UHC | 漆借m | 1111011011010100111100111010100001101101 | f6d4f3a86d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)