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 | 羯梧卯罩 | 1110001110111001100011001110011010001001010010111110001110101011 | e3b98ce6894be3ab |
EUC-JP | 羯梧卯罩 | 1110011010111011101110001110100010110001101011001110011010101101 | e6bbb8e8b1ace6ad |
UTF-8 | 羯梧卯罩 | 111001111011111010101111111001101010001010100111111001011000110110101111111001111011110110101001 | e7beafe6a2a7e58dafe7bda9 |
UHC | ?梧卯? | 001111111110011111111100110110011101011000111111 | 3fe7fcd9d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)