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 | 鉚冗憲 | 111001111111010010001111111001111000110010011011 | e7f48fe78c9b |
EUC-JP | 鉚冗憲 | 111011101111011010111110111010011011011111111011 | eef6bee9b7fb |
UTF-8 | 鉚冗憲 | 111010011000100110011010111001011000011010010111111001101000011010110010 | e9899ae58697e686b2 |
UHC | ?冗憲 | 0011111111101001101101111111101011001010 | 3fe9b7faca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)