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 | 膳?腺膳 | 10010001010101100011111110010001010000101001000101010110 | 91563f91429156 |
EUC-JP | 膳?腺膳 | 11000001101101110011111111000001101000111100000110110111 | c1b73fc1a3c1b7 |
UTF-8 | 膳涉腺膳 | 111010001000011010110011111001101011011010001001111010001000010110111010111010001000011010110011 | e886b3e6b689e885bae886b3 |
UHC | 膳涉腺膳 | 1110000011001110111000001110111111100000110011011110000011001110 | e0cee0efe0cde0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)