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 | 11100001101101000101100111100001101101000110001001000101 | e1b459e1b46245 |
EUC-JP | 盒Y盒bE | 11100010101101100101100111100010101101100110001001000101 | e2b659e2b66245 |
UTF-8 | 盒Y盒bE | 111001111001101110010010010110011110011110011011100100100110001001000101 | e79b9259e79b926245 |
UHC | 盒Y盒bE | 11111001111011000101100111111001111011000110001001000101 | f9ec59f9ec6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)