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 | 揶??揶 | 100111011000100000111111001111111001110110001000 | 9d883f3f9d88 |
EUC-JP | 揶??揶 | 110110011110100000111111001111111101100111101000 | d9e83f3fd9e8 |
UTF-8 | 揶ㅼ왋揶 | 111001101000111110110110111000111000010110111100111011001001100110001011111001101000111110110110 | e68fb6e385bcec998be68fb6 |
UHC | 揶ㅼ왋揶 | 1110010110101010101001001110110010011110101111001110010110101010 | e5aaa4ec9ebce5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)