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 | 槽[槽[^ | 10010001100001010101101110010001100001010101101101011110 | 91855b91855b5e |
EUC-JP | 槽[槽[^ | 11000001111001010101101111000001111001010101101101011110 | c1e55bc1e55b5e |
UTF-8 | 槽[槽[^ | 111001101010011110111101010110111110011010100111101111010101101101011110 | e6a7bd5be6a7bd5b5e |
UHC | 槽[槽[^ | 11110000110010110101101111110000110010110101101101011110 | f0cb5bf0cb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)