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 | 楯楯[楯楯[^ | 1000111101111100100011110111110001011011100011110111110010001111011111000101101101011110 | 8f7c8f7c5b8f7c8f7c5b5e |
EUC-JP | 楯楯[楯楯[^ | 1011110111011101101111011101110101011011101111011101110110111101110111010101101101011110 | bdddbddd5bbdddbddd5b5e |
UTF-8 | 楯楯[楯楯[^ | 111001101010010110101111111001101010010110101111010110111110011010100101101011111110011010100101101011110101101101011110 | e6a5afe6a5af5be6a5afe6a5af5b5e |
UHC | 楯楯[楯楯[^ | 1110001011100100111000101110010001011011111000101110010011100010111001000101101101011110 | e2e4e2e45be2e4e2e45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)