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 | ???殃? | 001111110011111100111111100111110110100100111111 | 3f3f3f9f693f |
EUC-JP | ???殃? | 001111110011111100111111110111011100101000111111 | 3f3f3fddca3f |
UTF-8 | 樂롦뿓殃싩 | 111011111010011010111111111010111010000110100110111010111011111110010011111001101010111010000011111011001000101110101001 | efa6bfeba1a6ebbf93e6ae83ec8ba9 |
UHC | 樂롦뿓殃싩 | 11101000111110011000111011100110100101111001011111100100111010101001101011100111 | e8f98ee69797e4ea9ae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)