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 | 永??鎰?ゥ | 100010010110100100111111001111111110100001001100001111111000001101000100 | 89693f3fe84c3f8344 |
EUC-JP | 永??鎰?ゥ | 101100011100101000111111001111111110111110101101001111111010010110100101 | b1ca3f3fefad3fa5a5 |
UTF-8 | 永띠뮋鎰섌ゥ | 111001101011000010111000111010111001110110100000111010111010111010001011111010011000111010110000111011001000010010001100111000111000001010100101 | e6b0b8eb9da0ebae8be98eb0ec848ce382a5 |
UHC | 永띠뮋鎰섌ゥ | 111001111011010110110110111011001001001010011001111011001111000010011000111010011010101110100101 | e7b5b6ec9299ecf098e9aba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)