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 | 筌??爾? | 11100010101000110011111100111111100011101010001000111111 | e2a33f3f8ea23f |
EUC-JP | 筌??爾? | 11100100101001010011111100111111101111001010010000111111 | e4a53f3fbca43f |
UTF-8 | 筌뚯늾爾턉 | 111001111010110110001100111010111001101010101111111010111000101010111110111001111000100010111110111011011000010010001001 | e7ad8ceb9aafeb8abee788beed8489 |
UHC | 筌뚯늾爾턉 | 11101111101001111000110011101100100010001000011111101100101100111011011001000101 | efa78cec8887ecb3b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)