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 | 園?泣? | 100010011000000000111111100010111000001100111111 | 89803f8b833f |
EUC-JP | 園?泣? | 101100011110000000111111101101011110001100111111 | b1e03fb5e33f |
UTF-8 | 園렡泣렮 | 111001011001110010010010111010111010000010100001111001101011001110100011111010111010000010101110 | e59c92eba0a1e6b3a3eba0ae |
UHC | 園렡泣렮 | 1110101010101110100011101011001011101011111010001000111010111011 | eaae8eb2ebe88ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)