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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堊???? | 100110101011111100111111001111110011111100111111 | 9abf3f3f3f3f |
EUC-JP | 堊???? | 110101001100000100111111001111110011111100111111 | d4c13f3f3f3f |
UTF-8 | 堊앪뫁留뺹 | 111001011010000010001010111011001001010110101010111010111010101110000001111011111010011110001101111010111011101010111001 | e5a08aec95aaebab81efa78debbab9 |
UHC | 堊앪뫁留뺹 | 11100100101111101001110111100010100100011010010111101011101001111001011001000010 | e4be9de291a5eba79642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)