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 | 蟯??鳶 | 111001011011001000111111001111111001001111001110 | e5b23f3f93ce |
EUC-JP | 蟯??鳶 | 111010101011010000111111001111111100011011010000 | eab43f3fc6d0 |
UTF-8 | 蟯덄땺鳶 | 111010001001111110101111111010111000110110000100111010111001010110111010111010011011001110110110 | e89fafeb8d84eb95bae9b3b6 |
UHC | 蟯덄땺鳶 | 1110100110101000100010001110011110001011100100001110011011101001 | e9a888e78b90e6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)