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 | 惟j? | 1000100011010010100000101000101000111111 | 88d2828a3f |
EUC-JP | 惟j? | 1011000011010100101000111110101000111111 | b0d4a3ea3f |
UTF-8 | 惟j덩 | 111001101000001110011111111011111011110110001010111010111000110110101001 | e6839fefbd8aeb8da9 |
UHC | 惟j덩 | 111010101110111010100011111010101011010110100010 | eaeea3eab5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)