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 | 闍槭Ρ菫ョ | 111010001000101110011110111000111000001110101111111001001011111110101110 | e88b9ee383afe4bfae |
EUC-JP | 闍槭Ρ菫ョ | 11101111111010111101110011100101101001101011000111101000110000011000111010101110 | efebdce5a6b1e8c18eae |
UTF-8 | 闍槭Ρ菫ョ | 1110100110010111100011011110011010100111101011011100111010100001111010001000111110101011111011111011110110101110 | e9978de6a7adcea1e88fabefbdae |
UHC | ??Ρ菫? | 00111111001111111010010111010001110100001100101100111111 | 3f3fa5d1d0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)