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 | 形????? | 10001100011000000011111100111111001111110011111100111111 | 8c603f3f3f3f3f |
EUC-JP | 形????? | 10110111110000010011111100111111001111110011111100111111 | b7c13f3f3f3f3f |
UTF-8 | 形쒙쉿燎쒙쉘 | 111001011011110110100010111011001001001010011001111011001000100110111111111011111010011110000000111011001001001010011001111011001000100110011000 | e5bda2ec9299ec89bfefa780ec9299ec8998 |
UHC | 形쒙쉿燎쒙쉘 | 111110111010000110011100111011111011110110110010111010001111101110011100111011111011110110101001 | fba19cefbdb2e8fb9cefbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)