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 | 郵???錚 | 10010111010110000011111100111111001111111110100001000010 | 97583f3f3fe842 |
EUC-JP | 郵???錚 | 11001101101110010011111100111111001111111110111110100011 | cdb93f3f3fefa3 |
UTF-8 | 郵렧欌렊錚 | 111010011000001110110101111010111010000010100111111001101010110010001100111010111010000010001010111010011000110010011010 | e983b5eba0a7e6ac8ceba08ae98c9a |
UHC | 郵렧欌렊錚 | 11101001111010001000111010110110111011011110101110001110101000011110111010110110 | e9e88eb6edeb8ea1eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)