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 | ???豫? | 001111110011111100111111100110001010110000111111 | 3f3f3f98ac3f |
EUC-JP | ???豫? | 001111110011111100111111110100001010111000111111 | 3f3f3fd0ae3f |
UTF-8 | 僚묌뙧豫븅 | 111011111010011010111011111010111010110010001100111010111001100110100111111010001011000110101011111010111011100010000101 | efa6bbebac8ceb99a7e8b1abebb885 |
UHC | 僚묌뙧豫븅 | 11101000111010001001000111101001100011001010101111100111111000111011101011101001 | e8e891e98cabe7e3bae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)