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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棚樽属棚孫 | 10010010010010011001001001001101100100011010111010010010010010011001000110110111 | 9249924d91ae924991b7 |
EUC-JP | 棚樽属棚孫 | 11000011101010101100001110101110110000101011000011000011101010101100001010111001 | c3aac3aec2b0c3aac2b9 |
UTF-8 | 棚樽属棚孫 | 111001101010001110011010111001101010100010111101111001011011000110011110111001101010001110011010111001011010110110101011 | e6a39ae6a8bde5b19ee6a39ae5adab |
UHC | 棚樽?棚孫 | 110111011101110011110001110111000011111111011101110111001110000111011101 | dddcf1dc3fdddce1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)