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 | 賊伎萬 | 100100011010111110001010111010101110010011011101 | 91af8aeae4dd |
EUC-JP | 賊伎萬 | 110000101011000110110100111011001110100011011111 | c2b1b4ece8df |
UTF-8 | 賊伎萬 | 111010001011001110001010111001001011110010001110111010001001000010101100 | e8b38ae4bc8ee890ac |
UHC | 賊伎萬 | 111011101110010011010000111010111101100010111111 | eee4d0ebd8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)