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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迪懃声迪 | 1110011110001100100111001110011110010000101110101110011110001100 | e78c9ce790bae78c |
EUC-JP | 迪懃声迪 | 1110110111101100110110001110100111000000101111001110110111101100 | edecd8e9c0bcedec |
UTF-8 | 迪懃声迪 | 111010001011111110101010111001101000011110000011111001011010001110110000111010001011111110101010 | e8bfaae68783e5a3b0e8bfaa |
UHC | 迪懃?迪 | 11101110111010001101000011000100001111111110111011101000 | eee8d0c43feee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)