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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顆檎ィョ襃カ | 111010001111011110001100111001111010100010101110111001011110111110110110 | e8f78ce7a8aee5efb6 |
EUC-JP | 顆檎ィョ襃カ | 111100001111100110111000111010011000111010101000100011101010111011101010111100011000111010110110 | f0f9b8e98ea88eaeeaf18eb6 |
UTF-8 | 顆檎ィョ襃カ | 111010011010000110000110111001101010101010001110111011111011110110101000111011111011110110101110111010001010010110000011111011111011110110110110 | e9a186e6aa8eefbda8efbdaee8a583efbdb6 |
UHC | 顆檎???? | 1100111010101000110100001101010100111111001111110011111100111111 | cea8d0d53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)