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 | ???霓 | 0011111100111111001111111110100010111101 | 3f3f3fe8bd |
EUC-JP | ???霓 | 0011111100111111001111111111000010111111 | 3f3f3ff0bf |
UTF-8 | 樂띷벚霓 | 111011111010011010111111111010111001110110110111111010111011001010011010111010011001110010010011 | efa6bfeb9db7ebb29ae99c93 |
UHC | 樂띷벚霓 | 1110100011111001100011011110011010111010101000101110011111100111 | e8f98de6baa2e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)