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 | 佇???茂淫 | 100110001100100000111111001111110011111110010110110011101000100011111010 | 98c83f3f3f96ce88fa |
EUC-JP | 佇???茂淫 | 110100001100101000111111001111110011111111001100110100001011000011111100 | d0ca3f3f3fccd0b0fc |
UTF-8 | 佇ㅽ렪흣茂淫 | 111001001011110110000111111000111000010110111101111010111010000010101010111011011001110110100011111010001000110010000010111001101011011110101011 | e4bd87e385bdeba0aaed9da3e88c82e6b7ab |
UHC | 佇ㅽ렪흣茂淫 | 111011101011011110100100111011011000111010111000110010001110111011011001111100101110101111100010 | eeb7a4ed8eb8c8eed9f2ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)