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 | 嫐栞黯 | 100110110110101110011110011110001110101001111110 | 9b6b9e78ea7e |
EUC-JP | 嫐栞黯 | 110101011100110011011011110110011111001111011111 | d5ccdbd9f3df |
UTF-8 | 嫐栞黯 | 111001011010101110010000111001101010000010011110111010011011101110101111 | e5ab90e6a09ee9bbaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)