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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 陰ъ?P | 100010010100000110000100100011000011111101010000 | 8941848c3f50 |
EUC-JP | 陰ъ?P | 101100011010001010100111111011000011111101010000 | b1a2a7ec3f50 |
UTF-8 | 陰ъ뀒P | 111010011001100110110000110100011000101011101011100000001001001001010000 | e999b0d18aeb809250 |
UHC | 陰ъ뀒P | 11101011111001001010110011101100100001011000110001010000 | ebe4acec858c50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)