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 | 001111111001110011100110100101110110010001000010 | 3f9ce6976442 |
EUC-JP | ?懈妖B | 001111111101100011101000110011011100010101000010 | 3fd8e8cdc542 |
UTF-8 | 뤺懈妖B | 11101011101001001011101011100110100001111000100011100101101001101001011001000010 | eba4bae68788e5a69642 |
UHC | 뤺懈妖B | 10001111111010001111101010101011111010001110110101000010 | 8fe8faabe8ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)