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 | 永??冶 | 100010010110100100111111001111111001011011101000 | 89693f3f96e8 |
EUC-JP | 永??冶 | 101100011100101000111111001111111100110011101010 | b1ca3f3fccea |
UTF-8 | 永뤹낯冶 | 111001101011000010111000111010111010010010111001111010111000001010101111111001011000011010110110 | e6b0b8eba4b9eb82afe586b6 |
UHC | 永뤹낯冶 | 1110011110110101100011111110011110110011101110001110010110100111 | e7b58fe7b3b8e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)