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 | ?鴦?? | 0011111111101001111100010011111100111111 | 3fe9f13f3f |
EUC-JP | ?鴦?? | 0011111111110010111100110011111100111111 | 3ff2f33f3f |
UTF-8 | 먿鴦먿먋 | 111010111010100010111111111010011011010010100110111010111010100010111111111010111010100010001011 | eba8bfe9b4a6eba8bfeba88b |
UHC | 먿鴦먿먋 | 1001000011111001111001001110110010010000111110011001000011001001 | 90f9e4ec90f990c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)