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 | 蔭逗量 | 100010001111110010010000100000001001011111001010 | 88fc908097ca |
EUC-JP | 蔭逗量 | 101100001111111010111111111000001100111011001100 | b0febfe0cecc |
UTF-8 | 蔭逗量 | 111010001001010010101101111010011000000010010111111010011000011110001111 | e894ade98097e9878f |
UHC | 蔭逗量 | 111010111110001111010100111010001101010111100001 | ebe3d4e8d5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)