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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 柴消イ | 111100101110011010001110110001001000111111000001111101011000111010110010 | f2e68ec48fc1f58eb2 |
EUC-JP | ?柴消?イ | 0011111110111100110001101011111011000011001111111000111010110010 | 3fbcc6bec33f8eb2 |
UTF-8 | 柴消イ | 111011101000100010011101111001101001111110110100111001101011011010001000111011101000111110111001111011111011110110110010 | ee889de69fb4e6b688ee8fb9efbdb2 |
UHC | ?柴消?? | 00111111111000111100001111100001101111000011111100111111 | 3fe3c3e1bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)