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 | 鴉????? | 11101001111010110011111100111111001111110011111100111111 | e9eb3f3f3f3f3f |
EUC-JP | 鴉??靷?? | 111100101110110100111111001111111000111111100111101111010011111100111111 | f2ed3f3f8fe7bd3f3f |
UTF-8 | 鴉띾갈靷묉쉼 | 111010011011010010001001111010111001110110111110111010101011000010001000111010011001110110110111111010111010110010001001111011001000100110111100 | e9b489eb9dbeeab088e99db7ebac89ec89bc |
UHC | 鴉띾갈靷묉쉼 | 111001001011110010001101111010111011000010100101111011001110011010010001111001101011110110110000 | e4bc8debb0a5ece691e6bdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)