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 | 陰ъ? | 1000100101000001100001001000110000111111 | 8941848c3f |
EUC-JP | 陰ъ? | 1011000110100010101001111110110000111111 | b1a2a7ec3f |
UTF-8 | 陰ъ꽠 | 1110100110011001101100001101000110001010111010101011110110100000 | e999b0d18aeabda0 |
UHC | 陰ъ꽠 | 111010111110010010101100111011001000010010101101 | ebe4acec84ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)