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 | 諶??失?? | 1111101110101010001111110011111110001110101110000011111100111111 | fbaa3f3f8eb83f3f |
EUC-JP | 諶??失?? | 100011111101111010110101001111110011111110111100101110100011111100111111 | 8fdeb53f3fbcba3f3f |
UTF-8 | 諶귦뢐失럮뢞 | 111010001010101110110110111010101011011110100110111010111010001010010000111001011010010010110001111010111001111110101110111010111010001010011110 | e8abb6eab7a6eba290e5a4b1eb9faeeba29e |
UHC | 諶귦뢐失럮뢞 | 111001001010011010000010111011011000111101001011111000111111011110001110100011111000111101011001 | e4a682ed8f4be3f78e8f8f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)