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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霈雅。簿。毅 | 11101000101111001000100111101011101000011001010111101011101000011000101101000010 | e8bc89eba195eba18b42 |
EUC-JP | 霈雅。簿。毅 | 111100001011111010110010111011011000111010100001110010101110110110001110101000011011010110100011 | f0beb2ed8ea1caed8ea1b5a3 |
UTF-8 | 霈雅。簿。毅 | 111010011001110010001000111010011001101110000101111011111011110110100001111001111011000010111111111011111011110110100001111001101010111110000101 | e99c88e99b85efbda1e7b0bfefbda1e6af85 |
UHC | ?雅?簿?毅 | 001111111110010010111010001111111101110110101101001111111110101111110110 | 3fe4ba3fddad3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)