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 | 娃?え媛?? | 100010001010000100111111100000101010011010010101010100010011111100111111 | 88a13f82a695513f3f |
| EUC-JP | 娃?え媛?? | 101100001010001100111111101001001010100011001001101100100011111100111111 | b0a33fa4a8c9b23f3f |
| UTF-8 | 娃듬え媛뺣ㄿ | 111001011010100010000011111010111001001110101100111000111000000110001000111001011010101010011011111010111011101010100011111000111000010010111111 | e5a883eb93ace38188e5aa9bebbaa3e384bf |
| UHC | 娃듬え媛뺣ㄿ | 111010001101111110110101111010111010101010101000111010101011000010010101111010111010010010101111 | e8dfb5ebaaa8eab095eba4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)