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 | 珣菽菽 | 111110110110001111100100110000011110010011000001 | fb63e4c1e4c1 |
EUC-JP | 珣菽菽 | 10001111110010111111010011101000110000111110100011000011 | 8fcbf4e8c3e8c3 |
UTF-8 | 珣菽菽 | 111001111000111110100011111010001000111110111101111010001000111110111101 | e78fa3e88fbde88fbd |
UHC | 珣菽菽 | 111000101110100111100010110111011110001011011101 | e2e9e2dde2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)