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 | ?迚〔 | 0011111111100111100010011000000101101011 | 3fe789816b |
EUC-JP | 梻迚〔 | 10001111110000111111101011101101111010011010000111001100 | 8fc3faede9a1cc |
UTF-8 | 梻迚〔 | 111001101010001010111011111010001011111110011010111000111000000010010100 | e6a2bbe8bf9ae38094 |
UHC | ??〔 | 00111111001111111010000110110010 | 3f3fa1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)