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 | 佇?億?¬題 | 10011000110010000011111110001001101011010011111110000001110010101001000111101000 | 98c83f89ad3f81ca91e8 |
EUC-JP | 佇?億?¬題 | 11010000110010100011111110110010101011110011111110100010110011001100001011101010 | d0ca3fb2af3fa2ccc2ea |
UTF-8 | 佇렡億뜹¬題 | 111001001011110110000111111010111010000010100001111001011000010010000100111010111001110010111001111011111011111110100010111010011010000110001100 | e4bd87eba0a1e58484eb9cb9efbfa2e9a18c |
UHC | 佇렡億뜹¬題 | 111011101011011110001110101100101110010111100010101101101110010110100001111111101111000010111001 | eeb78eb2e5e2b6e5a1fef0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)