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 | 倭??榮? | 10011000011000000011111100111111100111101100010000111111 | 98603f3f9ec43f |
EUC-JP | 倭??榮? | 11001111110000010011111100111111110111001100011000111111 | cfc13f3fdcc63f |
UTF-8 | 倭뺞쮵榮쌙 | 111001011000000010101101111010111011101010011110111011001010111010110101111001101010011010101110111011001000110010011001 | e580adebba9eecaeb5e6a6aeec8c99 |
UHC | 倭뺞쮵榮쌙 | 11101000110111101001010111100110101010001001001011100111101101001001101101000110 | e8de95e6a892e7b49b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)