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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茹??松θぜ | 11100100101001010011111100111111100011111011110010000011110001101000001010111010 | e4a53f3f8fbc83c682ba |
EUC-JP | 茹??松θぜ | 11101000101001110011111100111111101111101011111010100110110010001010010010111100 | e8a73f3fbebea6c8a4bc |
UTF-8 | 茹띿슜松θぜ | 1110100010001100101110011110101110011101101111111110110010001010100111001110011010011101101111101100111010111000111000111000000110011100 | e88cb9eb9dbfec8a9ce69dbeceb8e3819c |
UHC | 茹띿슜松θぜ | 111001101010101010001101111011001001101010101001111000011110011010100101111010001010101010111100 | e6aa8dec9aa9e1e6a5e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)