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 | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
| SJIS-WIN | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
| EUC-JP | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
| UTF-8 | 혪S혩짚혩쨘혩쨘 | 11101101100110001010101001010011111011011001100010101001111011001010011110011010111011011001100010101001111011001010100010011000111011011001100010101001111011001010100010011000 | ed98aa53ed98a9eca79aed98a9eca898ed98a9eca898 |
| UHC | 혪S혩짚혩쨘혩쨘 | 110000101001001001010011110000101001000111000010101001001100001010010001110000101011101011000010100100011100001010111010 | c29253c291c2a4c291c2bac291c2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)