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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 尺邪[尺邪[^ | 1000111011011010100011101101011101011011100011101101101010001110110101110101101101011110 | 8eda8ed75b8eda8ed75b5e |
EUC-JP | 尺邪[尺邪[^ | 1011110011011100101111001101100101011011101111001101110010111100110110010101101101011110 | bcdcbcd95bbcdcbcd95b5e |
UTF-8 | 尺邪[尺邪[^ | 111001011011000010111010111010011000001010101010010110111110010110110000101110101110100110000010101010100101101101011110 | e5b0bae982aa5be5b0bae982aa5b5e |
UHC | 尺邪[尺邪[^ | 1111010010101001110111101111011101011011111101001010100111011110111101110101101101011110 | f4a9def75bf4a9def75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)