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 | 葯????? | 11100100110111100011111100111111001111110011111100111111 | e4de3f3f3f3f3f |
EUC-JP | 葯??縕?? | 111010001110000000111111001111111000111111010100110000100011111100111111 | e8e03f3f8fd4c23f3f |
UTF-8 | 葯귟퍨縕띷벤 | 111010001001000110101111111010101011011110011111111011011000110110101000111001111011100010010101111010111001110110110111111010111011001010100100 | e891afeab79fed8da8e7b895eb9db7ebb2a4 |
UHC | 葯귟퍨縕띷벤 | 111001011011010110000010111010001011101110011111111010001011001010001101111001101011101010100101 | e5b582e8bb9fe8b28de6baa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)