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 | ???N?A | 001111110011111100111111010011100011111101000001 | 3f3f3f4e3f41 |
| SJIS-WIN | ???N?A | 001111110011111100111111010011100011111101000001 | 3f3f3f4e3f41 |
| EUC-JP | ???N?A | 001111110011111100111111010011100011111101000001 | 3f3f3f4e3f41 |
| UTF-8 | 혩쨘혪N혪A | 1110110110011000101010011110110010101000100110001110110110011000101010100100111011101101100110001010101001000001 | ed98a9eca898ed98aa4eed98aa41 |
| UHC | 혩쨘혪N혪A | 11000010100100011100001010111010110000101001001001001110110000101001001001000001 | c291c2bac2924ec29241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)