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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?獨?嫩?暖 | 001111111110000011010101001111111001101101100011001111111001001001100111 | 3fe0d53f9b633f9267 |
EUC-JP | ?獨?嫩?暖 | 001111111110000011010111001111111101010111000100001111111100001111001000 | 3fe0d73fd5c43fc3c8 |
UTF-8 | 뤯獨읊嫩쾸暖 | 111010111010010010101111111001111000110110101000111011001001110110001010111001011010101110101001111011001011111010111000111001101001101010010110 | eba4afe78da8ec9d8ae5aba9ecbeb8e69a96 |
UHC | 뤯獨읊嫩쾸暖 | 100011111101110111010100101111001100000010111100110100101110110010110010100011101101000111101100 | 8fddd4bcc0bcd2ecb28ed1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)