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 | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
SJIS-WIN | 闍槭Ρ菫ョt | 11101000100010111001111011100011100000111010111111100100101111111010111001110100 | e88b9ee383afe4bfae74 |
EUC-JP | 闍槭Ρ菫ョt | 1110111111101011110111001110010110100110101100011110100011000001100011101010111001110100 | efebdce5a6b1e8c18eae74 |
UTF-8 | 闍槭Ρ菫ョt | 111010011001011110001101111001101010011110101101110011101010000111101000100011111010101111101111101111011010111001110100 | e9978de6a7adcea1e88fabefbdae74 |
UHC | ??Ρ菫?t | 0011111100111111101001011101000111010000110010110011111101110100 | 3f3fa5d1d0cb3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)