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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 第??怨 | 100100011110011000111111001111111000100110000101 | 91e63f3f8985 |
EUC-JP | 第??怨 | 110000101110100000111111001111111011000111100101 | c2e83f3fb1e5 |
UTF-8 | 第며께怨 | 111001111010110010101100111010111010100110110000111010101011101110011000111001101000000010101000 | e7acaceba9b0eabb98e680a8 |
UHC | 第며께怨 | 1111000010101111101110001110011110110010101100101110101010110011 | f0afb8e7b2b2eab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)