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 | 業??悠 | 100010111100011000111111001111111001011101001001 | 8bc63f3f9749 |
EUC-JP | 業??悠 | 101101101100100000111111001111111100110110101010 | b6c83f3fcdaa |
UTF-8 | 業삳맠悠 | 111001101010010110101101111011001000001010110011111010111010011110100000111001101000001010100000 | e6a5adec82b3eba7a0e682a0 |
UHC | 業삳맠悠 | 1110010111110110101110111110101110010000101011011110101011101101 | e5f6bbeb90adeaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)