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 | 維뚮О維믩춯 | 1110011110110110101011011110101110011010101011101101000010011110111001111011011010101101111010111010111110101001111011001011011010101111 | e7b6adeb9aaed09ee7b6adebafa9ecb6af |
UHC | 維뚮О維믩춯 | 111010111010101110001100111010111010110010110000111010111010101110010010111010111010110110001100 | ebab8cebacb0ebab92ebad8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)