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 | 辜恰音薺 | 1110011110000011100010101000011010001001101110011110010101010100 | e7838a8689b9e554 |
EUC-JP | 辜恰音薺 | 1110110111100011101100111110011010110010101110111110100110110101 | ede3b3e6b2bbe9b5 |
UTF-8 | 辜恰音薺 | 111010001011111010011100111001101000000110110000111010011001111110110011111010001001011010111010 | e8be9ce681b0e99fb3e896ba |
UHC | 辜恰音薺 | 1100110111010000111111011110011011101011111001011111000010110001 | cdd0fde6ebe5f0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)