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 | 繒?浩?至? | 111110111000111100111111100011010101111100111111100011101000101000111111 | fb8f3f8d5f3f8e8a3f |
EUC-JP | 繒?浩?至? | 10001111110101001101010000111111101110011100000000111111101110111110101000111111 | 8fd4d43fb9c03fbbea3f |
UTF-8 | 繒렰浩렔至렭 | 111001111011100110010010111010111010000010110000111001101011010110101001111010111010000010010100111010001000011110110011111010111010000010101101 | e7b992eba0b0e6b5a9eba094e887b3eba0ad |
UHC | 繒렰浩렔至렭 | 111100011111100110001110101111011111101111000111100011101010100111110010101110001000111010111010 | f1f98ebdfbc78ea9f2b88eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)