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 | 掌????? | 10001111101101100011111100111111001111110011111100111111 | 8fb63f3f3f3f3f |
EUC-JP | 掌????? | 10111110101110000011111100111111001111110011111100111111 | beb83f3f3f3f3f |
UTF-8 | 掌곈겗黎먬눈 | 111001101000111010001100111010101011001110001000111010101011001010010111111011111010011010001001111010111010100010101100111010111000100010001000 | e68e8ceab388eab297efa689eba8aceb8888 |
UHC | 掌곈겗黎먬눈 | 111011011110011010110000111010011000000110101110111001101011000110010000111010011011010010101011 | ede6b0e981aee6b190e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)