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 | 癲?〃 | 1110000110011111001111111000000101010110 | e19f3f8156 |
EUC-JP | 癲?〃 | 1110001010100001001111111010000110110111 | e2a13fa1b7 |
UTF-8 | 癲뗫〃 | 111001111001100110110010111010111001011110101011111000111000000010000011 | e799b2eb97abe38083 |
UHC | 癲뗫〃 | 111011111010011010001011111010111010000110101000 | efa68beba1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)