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 | 甞艪蓚 | 111000010101001011100100100000101110010011101001 | e152e482e4e9 |
EUC-JP | 甞艪蓚 | 111000011011001111100111111000101110100011101011 | e1b3e7e2e8eb |
UTF-8 | 甞艪蓚 | 111001111001010010011110111010001000100110101010111010001001001110011010 | e7949ee889aae8939a |
UHC | ??蓚 | 00111111001111111110001010111110 | 3f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)