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 | 維?О維?? | 100010001101101100111111100001000100111110001000110110110011111100111111 | 88db3f844f88db3f3f |
EUC-JP | 維?О維?? | 101100001101110100111111101001111011000010110000110111010011111100111111 | b0dd3fa7b0b0dd3f3f |
UTF-8 | 維뺣О維믩쳹 | 1110011110110110101011011110101110111010101000111101000010011110111001111011011010101101111010111010111110101001111011001011001110111001 | e7b6adebbaa3d09ee7b6adebafa9ecb3b9 |
UHC | 維뺣О維믩쳹 | 111010111010101110010101111010111010110010110000111010111010101110010010111010111010101110011100 | ebab95ebacb0ebab92ebab9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)