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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雄逗?制 | 10010111010110011001000010000000001111111001000010100111 | 975990803f90a7 |
EUC-JP | 雄逗?制 | 11001101101110101011111111100000001111111100000010101001 | cdbabfe03fc0a9 |
UTF-8 | 雄逗텼制 | 111010011001101110000100111010011000000010010111111011011000010110111100111001011000100010110110 | e99b84e98097ed85bce588b6 |
UHC | 雄逗텼制 | 1110101010101001110101001110100011000101111000011111000010100100 | eaa9d4e8c5e1f0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)