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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霆゙諶ア自B | 111010001011101111011110111110111010101010110001100011101010100101000010 | e8bbdefbaab18ea942 |
EUC-JP | 霆゙諶ア自B | 111100001011110110001110110111101000111111011110101101011000111010110001101111001010101101000010 | f0bd8ede8fdeb58eb1bcab42 |
UTF-8 | 霆゙諶ア自B | 11101001100111001000011011101111101111101001111011101000101010111011011011101111101111011011000111101000100001111010101001000010 | e99c86efbe9ee8abb6efbdb1e887aa42 |
UHC | 霆?諶?自B | 111011111111110100111111111001001010011000111111111011011011101101000010 | effd3fe4a63fedbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)