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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セネ゚諶。 | 101111101100100011011111111110111010101010100001 | bec8dffbaaa1 |
EUC-JP | セネ゚諶。 | 1000111010111110100011101100100010001110110111111000111111011110101101011000111010100001 | 8ebe8ec88edf8fdeb58ea1 |
UTF-8 | セネ゚諶。 | 111011111011110110111110111011111011111010001000111011111011111010011111111010001010101110110110111011111011110110100001 | efbdbeefbe88efbe9fe8abb6efbda1 |
UHC | ???諶? | 001111110011111100111111111001001010011000111111 | 3f3f3fe4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)