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 | ??魃??端 | 0011111100111111111010011010111100111111001111111001001001011011 | 3f3fe9af3f3f925b |
EUC-JP | ??魃??端 | 0011111100111111111100101011000100111111001111111100001110111100 | 3f3ff2b13f3fc3bc |
UTF-8 | 렻ㅔ魃렻ㅔ端 | 111010111010000010111011111000111000010110010100111010011010110110000011111010111010000010111011111000111000010110010100111001111010101110101111 | eba0bbe38594e9ad83eba0bbe38594e7abaf |
UHC | 렻ㅔ魃렻ㅔ端 | 100011101100001110100100110001001101101110100110100011101100001110100100110001001101001110101110 | 8ec3a4c4dba68ec3a4c4d3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)