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 | 趙??嶝? | 11100110111000100011111100111111100110111101000100111111 | e6e23f3f9bd13f |
EUC-JP | 趙?瀣嶝? | 111011001110010000111111100011111100100110110001110101101101001100111111 | ece43f8fc9b1d6d33f |
UTF-8 | 趙렰瀣嶝렰 | 111010001011011010011001111010111010000010110000111001111000000010100011111001011011011010011101111010111010000010110000 | e8b699eba0b0e780a3e5b69deba0b0 |
UHC | 趙렰瀣嶝렰 | 11110000111000011000111010111101111110101010111011010100111100011000111010111101 | f0e18ebdfaaed4f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)