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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魍域球蓁呈 | 11101001101100011000100011100110100010111000010111100100111010111001001011100110 | e9b188e68b85e4eb92e6 |
EUC-JP | 魍域球蓁呈 | 11110010101100111011000011101000101101011110010111101000111011011100010011101000 | f2b3b0e8b5e5e8edc4e8 |
UTF-8 | 魍域球蓁呈 | 111010011010110110001101111001011001111110011111111001111001000010000011111010001001001110000001111001011001000110001000 | e9ad8de59f9fe79083e89381e59188 |
UHC | ?域球?呈 | 0011111111100110101101001100111110111001001111111110111111010000 | 3fe6b4cfb93fefd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)