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 | 嶸ヲ巐ゎァケ | 111110101011010010100110111110101011011010000010111011001010011110111001 | fab4a6fab682eca7b9 |
EUC-JP | 嶸ヲ巐ゎァケ | 1000111110111011111101001000111010100110100011111011101111111001101001001110111010001110101001111000111010111001 | 8fbbf48ea68fbbf9a4ee8ea78eb9 |
UTF-8 | 嶸ヲ巐ゎァケ | 111001011011011010111000111011111011110110100110111001011011011110010000111000111000001010001110111011111011110110100111111011111011110110111001 | e5b6b8efbda6e5b790e3828eefbda7efbdb9 |
UHC | 嶸??ゎ?? | 1110011110101110001111110011111110101010111011100011111100111111 | e7ae3f3faaee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)