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 | 闢ソ辣ョ迺ス | 111010001001001110111111111001111000010110101110111001111001001010111101 | e893bfe785aee792bd |
EUC-JP | 闢ソ辣ョ迺ス | 111011111111001110001110101111111110110111100101100011101010111011101101111100101000111010111101 | eff38ebfede58eaeedf28ebd |
UTF-8 | 闢ソ辣ョ迺ス | 111010011001011110100010111011111011110110111111111010001011111010100011111011111011110110101110111010001011111110111010111011111011110110111101 | e997a2efbdbfe8bea3efbdaee8bfbaefbdbd |
UHC | 闢?辣??? | 1101110010100011001111111101010110111000001111110011111100111111 | dca33fd5b83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)