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 | モ。ラ痒 | 1101001110100001110101111110000101111001 | d3a1d7e179 |
EUC-JP | モ。ラ痒 | 1000111011010011100011101010000110001110110101111110000111011010 | 8ed38ea18ed7e1da |
UTF-8 | モ。ラ痒 | 111011111011111010010011111011111011110110100001111011111011111010010111111001111001011110010010 | efbe93efbda1efbe97e79792 |
UHC | ???痒 | 0011111100111111001111111110010111001010 | 3f3f3fe5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)