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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 駿???^ | 100011110111100000111111001111110011111101011110 | 8f783f3f3f5e |
EUC-JP | 駿???^ | 101111011101100100111111001111110011111101011110 | bdd93f3f3f5e |
UTF-8 | 駿쇗렱렧^ | 11101001101001111011111111101100100001111001011111101011101000001011000111101011101000001010011101011110 | e9a7bfec8797eba0b1eba0a75e |
UHC | 駿쇗렱렧^ | 111100011110011110111100111001101000111010111110100011101011011001011110 | f1e7bce68ebe8eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)