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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迺ソ闊ケ逑ヲ | 111001111001001010111111111010001000100010111001111001111001001110100110 | e792bfe888b9e793a6 |
EUC-JP | 迺ソ闊ケ逑ヲ | 111011011111001010001110101111111110111111101000100011101011100111101101111100111000111010100110 | edf28ebfefe88eb9edf38ea6 |
UTF-8 | 迺ソ闊ケ逑ヲ | 111010001011111110111010111011111011110110111111111010011001011110001010111011111011110110111001111010011000000010010001111011111011110110100110 | e8bfbaefbdbfe9978aefbdb9e98091efbda6 |
UHC | ??闊?逑? | 0011111100111111111111001100010000111111110011111100011100111111 | 3f3ffcc43fcfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)