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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辜¥什纐 | 1110011110000011100000011000111110001111010110011110001110010110 | e783818f8f59e396 |
EUC-JP | 辜¥什纐 | 1110110111100011101000011110111110111101101110101110010111110110 | ede3a1efbdbae5f6 |
UTF-8 | 辜¥什纐 | 111010001011111010011100111011111011111110100101111001001011101110000000111001111011101010010000 | e8be9cefbfa5e4bb80e7ba90 |
UHC | 辜¥什? | 11001101110100001010000111001101111001001010011100111111 | cdd0a1cde4a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)