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 | 爺?? | 10010110111010100011111100111111 | 96ea3f3f |
EUC-JP | 爺?? | 11001100111011000011111100111111 | ccec3f3f |
UTF-8 | 爺뗦톭 | 111001111000100010111010111010111001011110100110111011011000011010101101 | e788baeb97a6ed86ad |
UHC | 爺뗦톭 | 111001011010110010001011111001101011011110000101 | e5ac8be6b785 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)