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 | 逗[逗[^ | 10010000100000000101101110010000100000000101101101011110 | 90805b90805b5e |
EUC-JP | 逗[逗[^ | 10111111111000000101101110111111111000000101101101011110 | bfe05bbfe05b5e |
UTF-8 | 逗[逗[^ | 111010011000000010010111010110111110100110000000100101110101101101011110 | e980975be980975b5e |
UHC | 逗[逗[^ | 11010100111010000101101111010100111010000101101101011110 | d4e85bd4e85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)