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 | 疇烋疇鴣 | 1110000101100101111000000111110111100001011001011110100111110011 | e165e07de165e9f3 |
EUC-JP | 疇烋疇鴣 | 1110000111000110110111111101111011100001110001101111001011110101 | e1c6dfdee1c6f2f5 |
UTF-8 | 疇烋疇鴣 | 111001111001011010000111111001111000001110001011111001111001011010000111111010011011010010100011 | e79687e7838be79687e9b4a3 |
UHC | 疇烋疇? | 11110001110000101111110111001110111100011100001000111111 | f1c2fdcef1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)