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 | 茵?瀞 | 1110010010011111001111111001001111010010 | e49f3f93d2 |
EUC-JP | 茵?瀞 | 1110100010100001001111111100011011010100 | e8a13fc6d4 |
UTF-8 | 茵렱瀞 | 111010001000110010110101111010111010000010110001111001111000000010011110 | e88cb5eba0b1e7809e |
UHC | 茵렱瀞 | 111011001110000010001110101111101110111111100111 | ece08ebeefe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)