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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 柴樵ノ自 | 10001110110001001000111110111111110010011000111010101001 | 8ec48fbfc98ea9 |
EUC-JP | 柴樵ノ自 | 1011110011000110101111101100000110001110110010011011110010101011 | bcc6bec18ec9bcab |
UTF-8 | 柴樵ノ自 | 111001101001111110110100111001101010100010110101111011111011111010001001111010001000011110101010 | e69fb4e6a8b5efbe89e887aa |
UHC | 柴樵?自 | 11100011110000111111010110100011001111111110110110111011 | e3c3f5a33fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)