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 | 僥??獄?? | 1001100101000110001111110011111110001101100101100011111100111111 | 99463f3f8d963f3f |
EUC-JP | 僥??獄?? | 1101000110100111001111110011111110111001111101100011111100111111 | d1a73f3fb9f63f3f |
UTF-8 | 僥볩슈獄띰스 | 111001011000001110100101111010111011001110101001111011001000101010001000111001111000110110000100111010111001110110110000111011001000101010100100 | e583a5ebb3a9ec8a88e78d84eb9db0ec8aa4 |
UHC | 僥볩슈獄띰스 | 111010001110100110010011111011111011110110110100111010001010101110110110111011111011110110111010 | e8e993efbdb4e8abb6efbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)