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 | ??^z??^zB | 001111110011111101011110011110100011111100111111010111100111101001000010 | 3f3f5e7a3f3f5e7a42 |
SJIS-WIN | 懿?^z懿?^zB | 1001110011110010001111110101111001111010100111001111001000111111010111100111101001000010 | 9cf23f5e7a9cf23f5e7a42 |
EUC-JP | 懿?^z懿?^zB | 1101100011110100001111110101111001111010110110001111010000111111010111100111101001000010 | d8f43f5e7ad8f43f5e7a42 |
UTF-8 | 懿렒^z懿렒^zB | 1110011010000111101111111110101110100000100100100101111001111010111001101000011110111111111010111010000010010010010111100111101001000010 | e687bfeba0925e7ae687bfeba0925e7a42 |
UHC | 懿렒^z懿렒^zB | 11101011111100111000111010100111010111100111101011101011111100111000111010100111010111100111101001000010 | ebf38ea75e7aebf38ea75e7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)