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 | 蠢?轅? | 111001011011111100111111111001110111011000111111 | e5bf3fe7763f |
EUC-JP | 蠢?轅? | 111010101100000100111111111011011101011100111111 | eac13fedd73f |
UTF-8 | 蠢렋轅렑 | 111010001010000010100010111010111010000010001011111010001011110110000101111010111010000010010001 | e8a0a2eba08be8bd85eba091 |
UHC | 蠢렋轅렑 | 1111000111100011100011101010001011101010101111111000111010100110 | f1e38ea2eabf8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)