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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鐘ルキ「症テ | 1000111111100000110110011011011110100010100011111100011111000011 | 8fe0d9b7a28fc7c3 |
EUC-JP | 鐘ルキ「症テ | 101111101110001010001110110110011000111010110111100011101010001010111110110010011000111011000011 | bee28ed98eb78ea2bec98ec3 |
UTF-8 | 鐘ルキ「症テ | 111010011001000010011000111011111011111010011001111011111011110110110111111011111011110110100010111001111001011110000111111011111011111010000011 | e99098efbe99efbdb7efbda2e79787efbe83 |
UHC | 鐘???症? | 1111000110100100001111110011111100111111111100011111100000111111 | f1a43f3f3ff1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)