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 | 族?醍 | 1001000110110000001111111001000111100111 | 91b03f91e7 |
EUC-JP | 族?醍 | 1100001010110010001111111100001011101001 | c2b23fc2e9 |
UTF-8 | 族렩醍 | 111001101001011110001111111010111010000010101001111010011000011010001101 | e6978feba0a9e9868d |
UHC | 族렩醍 | 111100001110100110001110101101111111000010110101 | f0e98eb7f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)