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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?房B | 00111111100101100101101101000010 | 3f965b42 |
EUC-JP | ?房B | 00111111110010111011110001000010 | 3fcbbc42 |
UTF-8 | 뜰房B | 11101011100111001011000011100110100010001011111101000010 | eb9cb0e688bf42 |
UHC | 뜰房B | 1011011011100011110110111010111001000010 | b6e3dbae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)