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 | 鋓エ寬ウレ | 11111011110101101011010011111010101010101011001111011010 | fbd6b4faaab3da |
EUC-JP | 鋓エ?ウレ | 10001111111001001011111110001110101101000011111110001110101100111000111011011010 | 8fe4bf8eb43f8eb38eda |
UTF-8 | 鋓エ寬ウレ | 111010011000101110010011111011111011110110110100111001011010111110101100111011111011110110110011111011111011111010011010 | e98b93efbdb4e5afacefbdb3efbe9a |
UHC | ??寬?? | 001111110011111111001110101100000011111100111111 | 3f3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)