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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霆゙諶ア辞^ | 111010001011101111011110111110111010101010110001100011101010101101011110 | e8bbdefbaab18eab5e |
EUC-JP | 霆゙諶ア辞^ | 111100001011110110001110110111101000111111011110101101011000111010110001101111001010110101011110 | f0bd8ede8fdeb58eb1bcad5e |
UTF-8 | 霆゙諶ア辞^ | 11101001100111001000011011101111101111101001111011101000101010111011011011101111101111011011000111101000101111101001111001011110 | e99c86efbe9ee8abb6efbdb1e8be9e5e |
UHC | 霆?諶??^ | 1110111111111101001111111110010010100110001111110011111101011110 | effd3fe4a63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)