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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疇烋疇 | 111000010110010111100000011111011110000101100101 | e165e07de165 |
EUC-JP | 疇烋疇 | 111000011100011011011111110111101110000111000110 | e1c6dfdee1c6 |
UTF-8 | 疇烋疇 | 111001111001011010000111111001111000001110001011111001111001011010000111 | e79687e7838be79687 |
UHC | 疇烋疇 | 111100011100001011111101110011101111000111000010 | f1c2fdcef1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)