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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猥???曖 | 11100000110011100011111100111111001111111001111001000010 | e0ce3f3f3f9e42 |
EUC-JP | 猥???曖 | 11100000110100000011111100111111001111111101101110100011 | e0d03f3f3fdba3 |
UTF-8 | 猥롈쎌뵅曖 | 111001111000110010100101111010111010000110001000111011001000111010001100111010111011010110000101111001101001101110010110 | e78ca5eba188ec8e8cebb585e69b96 |
UHC | 猥롈쎌뵅曖 | 11101000111001011000111011001110101111011110110010010100100010111110010011110010 | e8e58ecebdec948be4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)