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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 략쨋짚궷 | 111010111001111010110101111011001010100010001011111011001010011110011010111010101011011010110111 | eb9eb5eca88beca79aeab6b7 |
UHC | 략쨋짚궷 | 1011011110101011110000101011011011000010101001001011000111001100 | b7abc2b6c2a4b1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)