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 | 疇烋疇豎鮃 | 11100001011001011110000001111101111000010110010111100110101100011110100110110111 | e165e07de165e6b1e9b7 |
EUC-JP | 疇烋疇豎鮃 | 11100001110001101101111111011110111000011100011011101100101100111111001010111001 | e1c6dfdee1c6ecb3f2b9 |
UTF-8 | 疇烋疇豎鮃 | 111001111001011010000111111001111000001110001011111001111001011010000111111010001011000110001110111010011010111010000011 | e79687e7838be79687e8b18ee9ae83 |
UHC | 疇烋疇?? | 1111000111000010111111011100111011110001110000100011111100111111 | f1c2fdcef1c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)