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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 椰????? | 10011110101111010011111100111111001111110011111100111111 | 9ebd3f3f3f3f3f |
EUC-JP | 椰????? | 11011100101111110011111100111111001111110011111100111111 | dcbf3f3f3f3f3f |
UTF-8 | 椰됭덱轢녺댌 | 111001101010010010110000111010111001000010101101111010111000110110110001111011111010011010001101111010111000010110111010111010111000110010001100 | e6a4b0eb90adeb8db1efa68deb85baeb8c8c |
UHC | 椰됭덱轢녺댌 | 111001011010101110001001111010001011010110100110111001101011110010000110111001111000100010110101 | e5ab89e8b5a6e6bc86e788b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)