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 | 貍丞棧 | 111001101011110010001111111001011001111010100000 | e6bc8fe59ea0 |
EUC-JP | 貍丞棧 | 111011001011111010111110111001111101110010100010 | ecbebee7dca2 |
UTF-8 | 貍丞棧 | 111010001011001010001101111001001011100010011110111001101010001110100111 | e8b28de4b89ee6a3a7 |
UHC | ?丞棧 | 0011111111100011101010101110110111010000 | 3fe3aaedd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)