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 | 藕暑秀覯 | 1110010101011000100011111000101110001111010001111110011001010001 | e5588f8b8f47e651 |
EUC-JP | 藕暑秀覯 | 1110100110111001101111011110101110111101101010001110101110110010 | e9b9bdebbda8ebb2 |
UTF-8 | 藕暑秀覯 | 111010001001011110010101111001101001101010010001111001111010011110000000111010001010011010101111 | e89795e69a91e7a780e8a6af |
UHC | 藕暑秀? | 11101001111001001101111111110100111000101011001100111111 | e9e4dff4e2b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)