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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 歪??徇??B | 100110000110001100111111001111111001110001101101001111110011111101000010 | 98633f3f9c6d3f3f42 |
EUC-JP | 歪??徇??B | 110011111100010000111111001111111101011111001110001111110011111101000010 | cfc43f3fd7ce3f3f42 |
UTF-8 | 歪뺝뎷徇먮젎B | 11100110101011011010101011101011101110101001110111101011100011101011011111100101101111101000011111101011101010001010111011101100101000001000111001000010 | e6adaaebba9deb8eb7e5be87eba8aeeca08e42 |
UHC | 歪뺝뎷徇먮젎B | 11101000111000001001010111100101100010011000101011100010110111111001000011101011101000001000111101000010 | e8e095e5898ae2df90eba08f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)