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 | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
| SJIS-WIN | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
| EUC-JP | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
| UTF-8 | 묯뫆뫅B묬묹 | 11101011101011001010111111101011101010111000011011101011101010111000010101000010111010111010110010101100111010111010110010111001 | ebacafebab86ebab8542ebacacebacb9 |
| UHC | 묯뫆뫅B묬묹 | 1001001001000110100100011010100110010001101010000100001010010010010000111001001001001100 | 924691a991a8429243924c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)