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 | 繒?症?繒? | 111110111000111100111111100011111100011100111111111110111000111100111111 | fb8f3f8fc73ffb8f3f |
EUC-JP | 繒?症?繒? | 1000111111010100110101000011111110111110110010010011111110001111110101001101010000111111 | 8fd4d43fbec93f8fd4d43f |
UTF-8 | 繒렡症렡繒렡 | 111001111011100110010010111010111010000010100001111001111001011110000111111010111010000010100001111001111011100110010010111010111010000010100001 | e7b992eba0a1e79787eba0a1e7b992eba0a1 |
UHC | 繒렡症렡繒렡 | 111100011111100110001110101100101111000111111000100011101011001011110001111110011000111010110010 | f1f98eb2f1f88eb2f1f98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)