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 | ?檣祈 | 0011111110011110111111001000101101000110 | 3f9efc8b46 |
EUC-JP | ?檣祈 | 0011111111011100111111101011010110100111 | 3fdcfeb5a7 |
UTF-8 | 뤒檣祈 | 111010111010010010010010111001101010101010100011111001111010010110001000 | eba492e6aaa3e7a588 |
UHC | 뤒檣祈 | 100011111100001011101101111010101101000110110111 | 8fc2edead1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)