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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 稷繖Y稷繖bE | 1110001001101100111000111000010001011001111000100110110011100011100001000110001001000101 | e26ce38459e26ce3846245 |
EUC-JP | 稷繖Y稷繖bE | 1110001111001101111001011110010001011001111000111100110111100101111001000110001001000101 | e3cde5e459e3cde5e46245 |
UTF-8 | 稷繖Y稷繖bE | 111001111010100010110111111001111011100110010110010110011110011110101000101101111110011110111001100101100110001001000101 | e7a8b7e7b99659e7a8b7e7b9966245 |
UHC | 稷?Y稷?bE | 111100101100001100111111010110011111001011000011001111110110001001000101 | f2c33f59f2c33f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)