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 | 貉帛援 | 111001101011100110011011111001011000100110000111 | e6b99be58987 |
EUC-JP | 貉帛援 | 111011001011101111010110111001111011000111100111 | ecbbd6e7b1e7 |
UTF-8 | 貉帛援 | 111010001011001010001001111001011011100010011011111001101000111110110100 | e8b289e5b89be68fb4 |
UHC | ?帛援 | 0011111111011011110110011110101010110101 | 3fdbd9eab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)