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 | 驍ら事 | 111010011000001010000010111001111000111010010110 | e98282e78e96 |
EUC-JP | 驍ら事 | 111100011110001010100100111010011011101111110110 | f1e2a4e9bbf6 |
UTF-8 | 驍ら事 | 111010011010100110001101111000111000001010001001111001001011101010001011 | e9a98de38289e4ba8b |
UHC | 驍ら事 | 111111011010010010101010111010011101111011000000 | fda4aae9dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)