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 | ä¸Y | 111001001011100010001111010110011000111010010110 | e4b88f598e96 |
SJIS-WIN | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
EUC-JP | �Y?? | 10001111101010111010001110001111101000101011000100111111010110010011111100111111 | 8faba38fa2b13f593f3f |
UTF-8 | ä¸Y | 1100001110100100110000101011100011000010100011110101100111000010100011101100001010010110 | c3a4c2b8c28f59c28ec296 |
UHC | ?¸?Y?? | 00111111101000101010110000111111010110010011111100111111 | 3fa2ac3f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)