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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?壬? | 00111111100100000111000000111111 | 3f90703f |
EUC-JP | ?壬? | 00111111101111111101000100111111 | 3fbfd13f |
UTF-8 | 롔壬롐 | 111010111010000110010100111001011010001110101100111010111010000110010000 | eba194e5a3aceba190 |
UHC | 롔壬롐 | 100011101101100011101100111100111000111011010110 | 8ed8ecf38ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)