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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 芽[芽[^ | 10001001111010000101101110001001111010000101101101011110 | 89e85b89e85b5e |
EUC-JP | 芽[芽[^ | 10110010111010100101101110110010111010100101101101011110 | b2ea5bb2ea5b5e |
UTF-8 | 芽[芽[^ | 111010001000101010111101010110111110100010001010101111010101101101011110 | e88abd5be88abd5b5e |
UHC | 芽[芽[^ | 11100100101101000101101111100100101101000101101101011110 | e4b45be4b45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)