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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | フ裴セB | 1100110011100101111010001011111001000010 | cce5e8be42 |
EUC-JP | フ裴セB | 10001110110011001110101011101010100011101011111001000010 | 8ecceaea8ebe42 |
UTF-8 | フ裴セB | 11101111101111101000110011101000101000111011010011101111101111011011111001000010 | efbe8ce8a3b4efbdbe42 |
UHC | ?裴?B | 0011111111011011110100000011111101000010 | 3fdbd03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)