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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遶喜狭 | 111001111010101110001010111011001000101110110111 | e7ab8aec8bb7 |
EUC-JP | 遶喜狭 | 111011101010110110110100111011101011011010111001 | eeadb4eeb6b9 |
UTF-8 | 遶喜狭 | 111010011000000110110110111001011001011010011100111001111000101110101101 | e981b6e5969ce78bad |
UHC | ?喜? | 00111111111111011110110000111111 | 3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)