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 | ??b??kE | 00111111001111110110001000111111001111110110101101000101 | 3f3f623f3f6b45 |
SJIS-WIN | 蓿、b踞セkE | 111001001111000010100100011000101110011011110101101111100110101101000101 | e4f0a462e6f5be6b45 |
EUC-JP | 蓿、b踞セkE | 1110100011110010100011101010010001100010111011001111011110001110101111100110101101000101 | e8f28ea462ecf78ebe6b45 |
UTF-8 | 蓿、b踞セkE | 111010001001001110111111111011111011110110100100011000101110100010111000100111101110111110111101101111100110101101000101 | e893bfefbda462e8b89eefbdbe6b45 |
UHC | ??b踞?kE | 0011111100111111011000101100101111100110001111110110101101000101 | 3f3f62cbe63f6b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)