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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?陌?猿? | 00111111111010001001100100111111100010011000111000111111 | 3fe8993f898e3f |
| EUC-JP | ?陌?猿? | 00111111111011111111100100111111101100011110111000111111 | 3feff93fb1ee3f |
| UTF-8 | 卽陌간猿렛 | 111001011000110110111101111010011001100110001100111010101011000010000100111001111000110010111111111010111010000010011011 | e58dbde9998ceab084e78cbfeba09b |
| UHC | 卽陌간猿렛 | 11110001111011011101100011101000101100001010001111101010101110111011011110111111 | f1edd8e8b0a3eabbb7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)