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 | 100011111100000110100110010110011000111111000001101001100110001001000101 | 8fc1a6598fc1a66245 |
EUC-JP | 消ヲY消ヲbE | 1011111011000011100011101010011001011001101111101100001110001110101001100110001001000101 | bec38ea659bec38ea66245 |
UTF-8 | 消ヲY消ヲbE | 111001101011011010001000111011111011110110100110010110011110011010110110100010001110111110111101101001100110001001000101 | e6b688efbda659e6b688efbda66245 |
UHC | 消?Y消?bE | 111000011011110000111111010110011110000110111100001111110110001001000101 | e1bc3f59e1bc3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)