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 | èûZÇ²Æ | 10001111111010001111101101011010110001111011001011000110 | 8fe8fb5ac7b2c6 |
SJIS-WIN | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
EUC-JP | ?èûZÇ?Æ | 001111111000111110101011101100101000111110101011111001010101101010001111101010101010111000111111100011111010100110100001 | 3f8fabb28fabe55a8faaae3f8fa9a1 |
UTF-8 | èûZÇ²Æ | 11000010100011111100001110101000110000111011101101011010110000111000011111000010101100101100001110000110 | c28fc3a8c3bb5ac387c2b2c386 |
UHC | ???Z?²Æ | 001111110011111100111111010110100011111110101001111101111010100010100001 | 3f3f3f5a3fa9f7a8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)