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 | 駭????? | 11101001011011100011111100111111001111110011111100111111 | e96e3f3f3f3f3f |
EUC-JP | 駭????? | 11110001110011110011111100111111001111110011111100111111 | f1cf3f3f3f3f3f |
UTF-8 | 駭빚텦淋ⁿ땄 | 111010011010011110101101111010111011100110011010111011011000010110100110111011111010011110110101111000101000000110111111111010111001010110000100 | e9a7adebb99aed85a6efa7b5e281bfeb9584 |
UHC | 駭빚텦淋ⁿ땄 | 111110101011010010111010111110101011011010011011111011001111100010101001111110101011011010100100 | fab4bafab69becf8a9fab6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)