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 | 揶??約 | 100111011000100000111111001111111001011011110001 | 9d883f3f96f1 |
EUC-JP | 揶??約 | 110110011110100000111111001111111100110011110011 | d9e83f3fccf3 |
UTF-8 | 揶ㅹ슆約 | 111001101000111110110110111000111000010110111001111011001000101010000110111001111011010010000100 | e68fb6e385b9ec8a86e7b484 |
UHC | 揶ㅹ슆約 | 1110010110101010101001001110100110011010100110001110010110110011 | e5aaa4e99a98e5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)