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 | ???斑?? | 00111111001111110011111110010100110000010011111100111111 | 3f3f3f94c13f3f |
EUC-JP | 灝??斑?? | 100011111100100110111111001111110011111111001000110000110011111100111111 | 8fc9bf3f3fc8c33f3f |
UTF-8 | 灝렰識斑렲렠 | 111001111000000110011101111010111010000010110000111011111010011110111100111001101001011010010001111010111010000010110010111010111010000010100000 | e7819deba0b0efa7bce69691eba0b2eba0a0 |
UHC | 灝렰識斑렲렠 | 111110111100111010001110101111011111001010111101110110101110100010001110101111111000111010110001 | fbce8ebdf2bddae88ebf8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)