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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 亮褶磧^ | 10010111101110101110010111110111111000100100000001011110 | 97bae5f7e2405e |
EUC-JP | 亮褶磧^ | 11001110101111001110101011111001111000111010000101011110 | cebceaf9e3a15e |
UTF-8 | 亮褶磧^ | 11100100101110101010111011101000101001001011011011100111101000111010011101011110 | e4baaee8a4b6e7a3a75e |
UHC | 亮褶?^ | 110101011101010111100011101010000011111101011110 | d5d5e3a83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)