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 | 茵画じ | 111001001001111110001001111001101000001010110110 | e49f89e682b6 |
EUC-JP | 茵画じ | 111010001010000110110010111010001010010010111000 | e8a1b2e8a4b8 |
UTF-8 | 茵画じ | 111010001000110010110101111001111001010010111011111000111000000110011000 | e88cb5e794bbe38198 |
UHC | 茵?じ | 1110110011100000001111111010101010111000 | ece03faab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)