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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 寬ァ」F | 1111101010101010101001111010001101000110 | faaaa7a346 |
EUC-JP | ?ァ」F | 001111111000111010100111100011101010001101000110 | 3f8ea78ea346 |
UTF-8 | 寬ァ」F | 11100101101011111010110011101111101111011010011111101111101111011010001101000110 | e5afacefbda7efbda346 |
UHC | 寬??F | 1100111010110000001111110011111101000110 | ceb03f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)