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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 儲?儲?^ | 10010110110101110011111110010110110101110011111101011110 | 96d73f96d73f5e |
EUC-JP | 儲?儲?^ | 11001100110110010011111111001100110110010011111101011110 | ccd93fccd93f5e |
UTF-8 | 儲뒷儲뒬^ | 11100101100001001011001011101011100100101011011111100101100001001011001011101011100100101010110001011110 | e584b2eb92b7e584b2eb92ac5e |
UHC | 儲뒷儲뒬^ | 111011101011100110110101110111101110111010111001101101011101110001011110 | eeb9b5deeeb9b5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)