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 | 紲銀舷 | 111000110100011110001011111000101000110010111101 | e3478be28cbd |
EUC-JP | 紲銀舷 | 111001011010100010110110111001001011100010111111 | e5a8b6e4b8bf |
UTF-8 | 紲銀舷 | 111001111011010010110010111010011000101010000000111010001000100010110111 | e7b4b2e98a80e888b7 |
UHC | ?銀舷 | 0011111111101011110111101111101011100100 | 3febdefae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)