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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證耕?膺 | 11100110100110101000110101101011001111111110010001011110 | e69a8d6b3fe45e |
EUC-JP | 證耕?膺 | 11101011111110101011100111001100001111111110011110111111 | ebfab9cc3fe7bf |
UTF-8 | 證耕딧膺 | 111010001010110110001001111010001000000010010101111010111001010010100111111010001000011010111010 | e8ad89e88095eb94a7e886ba |
UHC | 證耕딧膺 | 1111000111111011110011001110100110110101111101111110101111101100 | f1fbcce9b5f7ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)