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 | 奧??奧? | 10011010111110100011111100111111100110101111101000111111 | 9afa3f3f9afa3f |
EUC-JP | 奧??奧? | 11010100111111000011111100111111110101001111110000111111 | d4fc3f3fd4fc3f |
UTF-8 | 奧딁뿏奧딂 | 111001011010010110100111111010111001010010000001111010111011111110001111111001011010010110100111111010111001010010000010 | e5a5a7eb9481ebbf8fe5a5a7eb9482 |
UHC | 奧딁뿏奧딂 | 11100111111100111000101011100111100101111001010011100111111100111000101011101000 | e7f38ae79794e7f38ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)