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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪??咳? | 10011000011000110011111100111111100010100101000000111111 | 98633f3f8a503f |
EUC-JP | 歪??咳? | 11001111110001000011111100111111101100111011000100111111 | cfc43f3fb3b13f |
UTF-8 | 歪뺣ㅆ咳듿 | 111001101010110110101010111010111011101010100011111000111000010110000110111001011001001010110011111010111001001110111111 | e6adaaebbaa3e38586e592b3eb93bf |
UHC | 歪뺣ㅆ咳듿 | 11101000111000001001010111101011101001001011011011111010101001101000101011100101 | e8e095eba4b6faa68ae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)