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 | 鮮鮮[鮮鮮[^ | 1001000101001110100100010100111001011011100100010100111010010001010011100101101101011110 | 914e914e5b914e914e5b5e |
EUC-JP | 鮮鮮[鮮鮮[^ | 1100000110101111110000011010111101011011110000011010111111000001101011110101101101011110 | c1afc1af5bc1afc1af5b5e |
UTF-8 | 鮮鮮[鮮鮮[^ | 111010011010111010101110111010011010111010101110010110111110100110101110101011101110100110101110101011100101101101011110 | e9aeaee9aeae5be9aeaee9aeae5b5e |
UHC | 鮮鮮[鮮鮮[^ | 1110000011011000111000001101100001011011111000001101100011100000110110000101101101011110 | e0d8e0d85be0d8e0d85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)