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 | 鮮鼠[鮮鼠[^ | 1001000101001110100100010110110001011011100100010100111010010001011011000101101101011110 | 914e916c5b914e916c5b5e |
EUC-JP | 鮮鼠[鮮鼠[^ | 1100000110101111110000011100110101011011110000011010111111000001110011010101101101011110 | c1afc1cd5bc1afc1cd5b5e |
UTF-8 | 鮮鼠[鮮鼠[^ | 111010011010111010101110111010011011110010100000010110111110100110101110101011101110100110111100101000000101101101011110 | e9aeaee9bca05be9aeaee9bca05b5e |
UHC | 鮮鼠[鮮鼠[^ | 1110000011011000111000001010100101011011111000001101100011100000101010010101101101011110 | e0d8e0a95be0d8e0a95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)