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 | 貉帛穀 | 111001101011100110011011111001011000110110010010 | e6b99be58d92 |
EUC-JP | 貉帛穀 | 111011001011101111010110111001111011100111110010 | ecbbd6e7b9f2 |
UTF-8 | 貉帛穀 | 111010001011001010001001111001011011100010011011111001111010100110000000 | e8b289e5b89be7a980 |
UHC | ?帛穀 | 0011111111011011110110011100110111011010 | 3fdbd9cdda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)