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 | 嵭鮃脛 | 111110101011001111101001101101111110001111111000 | fab3e9b7e3f8 |
EUC-JP | 嵭鮃脛 | 10001111101110111101111011110010101110011110011011111010 | 8fbbdef2b9e6fa |
UTF-8 | 嵭鮃脛 | 111001011011010110101101111010011010111010000011111010001000010010011011 | e5b5ade9ae83e8849b |
UHC | ??脛 | 00111111001111111100110011101011 | 3f3fcceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)