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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?攷耘 | 0011111110011101101111011110001111001111 | 3f9dbde3cf |
EUC-JP | ?攷耘 | 0011111111011010101111111110011011010001 | 3fdabfe6d1 |
UTF-8 | 딪攷耘 | 111010111001010010101010111001101001010010110111111010001000000010011000 | eb94aae694b7e88098 |
UHC | 딪攷耘 | 101101011111101011001101101110011110100111111100 | b5facdb9e9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)