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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 跏帷哩跏帷哩 | 111001101110011010011011111001111001011010001001111001101110011010011011111001111001011010001001 | e6e69be79689e6e69be79689 |
EUC-JP | 跏帷哩跏帷哩 | 111011001110100011010110111010011100101111101001111011001110100011010110111010011100101111101001 | ece8d6e9cbe9ece8d6e9cbe9 |
UTF-8 | 跏帷哩跏帷哩 | 111010001011011110001111111001011011100010110111111001011001001110101001111010001011011110001111111001011011100010110111111001011001001110101001 | e8b78fe5b8b7e593a9e8b78fe5b8b7e593a9 |
UHC | 跏??跏?? | 1100101010111010001111110011111111001010101110100011111100111111 | caba3f3fcaba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)