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 | 涅⑦?松 | 10011111101110001000011101000110001111111000111110111100 | 9fb887463f8fbc |
EUC-JP | 涅??松 | 110111101011101000111111001111111011111010111110 | deba3f3fbebe |
UTF-8 | 涅⑦뒳松 | 111001101011011010000101111000101001000110100110111010111001001010110011111001101001110110111110 | e6b685e291a6eb92b3e69dbe |
UHC | 涅⑦뒳松 | 1110011011101110101010001110110110001010101011001110000111100110 | e6eea8ed8aace1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)