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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝨泥蝨泥^ | 111001011001110010010011010001001110010110011100100100110100010001011110 | e59c9344e59c93445e |
EUC-JP | 蝨泥蝨泥^ | 111010011111110011000101101001011110100111111100110001011010010101011110 | e9fcc5a5e9fcc5a55e |
UTF-8 | 蝨泥蝨泥^ | 11101000100111011010100011100110101100111010010111101000100111011010100011100110101100111010010101011110 | e89da8e6b3a5e89da8e6b3a55e |
UHC | 蝨泥蝨泥^ | 111000111010010011010010111110101110001110100100110100101111101001011110 | e3a4d2fae3a4d2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)