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 | 111110111101011010110100111110111010101010110001100011101010100101000010 | fbd6b4fbaab18ea942 |
EUC-JP | 鋓エ諶ア自B | 10001111111001001011111110001110101101001000111111011110101101011000111010110001101111001010101101000010 | 8fe4bf8eb48fdeb58eb1bcab42 |
UTF-8 | 鋓エ諶ア自B | 11101001100010111001001111101111101111011011010011101000101010111011011011101111101111011011000111101000100001111010101001000010 | e98b93efbdb4e8abb6efbdb1e887aa42 |
UHC | ??諶?自B | 0011111100111111111001001010011000111111111011011011101101000010 | 3f3fe4a63fedbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)