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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 翁???億 | 10001001101001010011111100111111001111111000100110101101 | 89a53f3f3f89ad |
EUC-JP | 翁???億 | 10110010101001110011111100111111001111111011001010101111 | b2a73f3f3fb2af |
UTF-8 | 翁띘살뵩億 | 111001111011111110000001111010111001110110011000111011001000001010110100111010111011010110101001111001011000010010000100 | e7bf81eb9d98ec82b4ebb5a9e58484 |
UHC | 翁띘살뵩億 | 11101000101110101000110111001110101110111110110010010100101001111110010111100010 | e8ba8dcebbec94a7e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)