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 | ???速 | 0011111100111111001111111001000110101100 | 3f3f3f91ac |
EUC-JP | 髥??速 | 10001111111010011111000000111111001111111100001010101110 | 8fe9f03f3fc2ae |
UTF-8 | 髥뜈닽速 | 111010011010101110100101111010111001110010001000111010111000101110111101111010011000000010011111 | e9aba5eb9c88eb8bbde9809f |
UHC | 髥뜈닽速 | 1110011110100011100011011000101110001000101010111110000111011100 | e7a38d8b88abe1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)