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 | ?俎週 | 0011111110011000110101111000111101010100 | 3f98d78f54 |
EUC-JP | ?俎週 | 0011111111010000110110011011110110110101 | 3fd0d9bdb5 |
UTF-8 | 렫俎週 | 111010111010000010101011111001001011111110001110111010011000000010110001 | eba0abe4bf8ee980b1 |
UHC | 렫俎週 | 100011101011100111110000101110111111000111001110 | 8eb9f0bbf1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)