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 | 蜀齢些 | 111001011000011010010111111011101000110110110001 | e58697ee8db1 |
EUC-JP | 蜀齢些 | 111010011110011011001110111100001011101010110011 | e9e6cef0bab3 |
UTF-8 | 蜀齢些 | 111010001001110010000000111010011011110110100010111001001011101010011011 | e89c80e9bda2e4ba9b |
UHC | 蜀?些 | 1111010110111001001111111101111011000001 | f5b93fdec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)