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 | 茯域扱 | 111001001010100010001000111001101000100010110101 | e4a888e688b5 |
EUC-JP | 茯域扱 | 111010001010101010110000111010001011000010110111 | e8aab0e8b0b7 |
UTF-8 | 茯域扱 | 111010001000110010101111111001011001111110011111111001101000100110110001 | e88cafe59f9fe689b1 |
UHC | 茯域扱 | 110111001101101011100110101101001101000011100010 | dcdae6b4d0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)