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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 酷??? | 1000110110010011001111110011111100111111 | 8d933f3f3f |
EUC-JP | 酷??? | 1011100111110011001111110011111100111111 | b9f33f3f3f |
UTF-8 | 酷렣렜롊 | 111010011000010110110111111010111010000010100011111010111010000010011100111010111010000110001010 | e985b7eba0a3eba09ceba18a |
UHC | 酷렣렜롊 | 1111101111100101100011101011010010001110101011101000111011010000 | fbe58eb48eae8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)