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?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 俗Y俗bE | 10010001101011010101100110010001101011010110001001000101 | 91ad5991ad6245 |
EUC-JP | 俗Y俗bE | 11000010101011110101100111000010101011110110001001000101 | c2af59c2af6245 |
UTF-8 | 俗Y俗bE | 111001001011111110010111010110011110010010111111100101110110001001000101 | e4bf9759e4bf976245 |
UHC | 俗Y俗bE | 11100001110101000101100111100001110101000110001001000101 | e1d459e1d46245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)