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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闍槭Ρ郢 | 1110100010001011100111101110001110000011101011111110011110111001 | e88b9ee383afe7b9 |
EUC-JP | 闍槭Ρ郢 | 1110111111101011110111001110010110100110101100011110111010111011 | efebdce5a6b1eebb |
UTF-8 | 闍槭Ρ郢 | 1110100110010111100011011110011010100111101011011100111010100001111010011000001110100010 | e9978de6a7adcea1e983a2 |
UHC | ??Ρ? | 0011111100111111101001011101000100111111 | 3f3fa5d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)