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 | 隍ク豕楢エ | 1110100010100100101110001110011010110011100100111110100010110100 | e8a4b8e6b393e8b4 |
EUC-JP | 隍ク豕楢エ | 11110000101001101000111010111000111011001011010111000110111010101000111010110100 | f0a68eb8ecb5c6ea8eb4 |
UTF-8 | 隍ク豕楢エ | 111010011001101010001101111011111011110110111000111010001011000110010101111001101010010110100010111011111011110110110100 | e99a8defbdb8e8b195e6a5a2efbdb4 |
UHC | 隍?豕楢? | 1111110011011011001111111110001111001110111010101111100100111111 | fcdb3fe3ceeaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)