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 | 11101010111111101011001011101011101000001001010101000010 | eafeb2eba09542 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | êþ?ë??B | 10001111101010111011010010001111101010011101000000111111100011111010101110110011001111110011111101000010 | 8fabb48fa9d03f8fabb33f3f42 |
UTF-8 | êþ²ë B | 11000011101010101100001110111110110000101011001011000011101010111100001010100000110000101001010101000010 | c3aac3bec2b2c3abc2a0c29542 |
UHC | ?þ²???B | 001111111010100110101101101010011111011100111111001111110011111101000010 | 3fa9ada9f73f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)