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 | ???議? | 001111110011111100111111100010110110001100111111 | 3f3f3f8b633f |
EUC-JP | ???議? | 001111110011111100111111101101011100010000111111 | 3f3f3fb5c43f |
UTF-8 | 溜삠뀛議캞 | 111011111010011110001011111011001000001010100000111010111000000010011011111010001010110110110000111011001011101010011110 | efa78bec82a0eb809be8adb0ecba9e |
UHC | 溜삠뀛議캞 | 11101010111111101011101111100011100001011001010011101100101000011011000001000101 | eafebbe38594eca1b045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)