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 | 淀麓? | 1001011110000100100110000101101100111111 | 9784985b3f |
EUC-JP | 淀麓? | 1100110111100100110011111011110000111111 | cde4cfbc3f |
UTF-8 | 淀麓헤 | 111001101011011110000000111010011011101010010011111011011001011110100100 | e6b780e9ba93ed97a4 |
UHC | 淀麓헤 | 111011111110001111010110111001001100011111101100 | efe3d6e4c7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)