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 | 鮟鮟[鮟鮟[^ | 1110100110111011111010011011101101011011111010011011101111101001101110110101101101011110 | e9bbe9bb5be9bbe9bb5b5e |
EUC-JP | 鮟鮟[鮟鮟[^ | 1111001010111101111100101011110101011011111100101011110111110010101111010101101101011110 | f2bdf2bd5bf2bdf2bd5b5e |
UTF-8 | 鮟鮟[鮟鮟[^ | 111010011010111010011111111010011010111010011111010110111110100110101110100111111110100110101110100111110101101101011110 | e9ae9fe9ae9f5be9ae9fe9ae9f5b5e |
UHC | 鮟鮟[鮟鮟[^ | 1110010011010101111001001101010101011011111001001101010111100100110101010101101101011110 | e4d5e4d55be4d5e4d55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)