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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 庸??援?B | 1001011101100110001111110011111110001001100001110011111101000010 | 97663f3f89873f42 |
EUC-JP | 庸??援?B | 1100110111000111001111110011111110110001111001110011111101000010 | cdc73f3fb1e73f42 |
UTF-8 | 庸뉖쵉援촮B | 11100101101110101011100011101011100010011001011011101100101101011000100111100110100011111011010011101100101101001010111001000010 | e5bab8eb8996ecb589e68fb4ecb4ae42 |
UHC | 庸뉖쵉援촮B | 1110100110111100100001111110101110101100100010111110101010110101101011000110101101000010 | e9bc87ebac8beab5ac6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)