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 | 紆?證?解 | 1110001011111100001111111110011010011010001111111000100111110000 | e2fc3fe69a3f89f0 |
EUC-JP | 紆?證?解 | 1110010011111110001111111110101111111010001111111011001011110010 | e4fe3febfa3fb2f2 |
UTF-8 | 紆렡證렖解 | 111001111011010010000110111010111010000010100001111010001010110110001001111010111010000010010110111010001010011110100011 | e7b486eba0a1e8ad89eba096e8a7a3 |
UHC | 紆렡證렖解 | 11101001111000011000111010110010111100011111101110001110101010111111101010110000 | e9e18eb2f1fb8eabfab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)