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 | 譁憺エォ雉― | 11100110100101101001110011101001101101001010101111101000101100111000000101011100 | e6969ce9b4abe8b3815c |
EUC-JP | 譁憺エォ雉― | 111010111111011011011000111010111000111010110100100011101010101111110000101101011010000110111101 | ebf6d8eb8eb48eabf0b5a1bd |
UTF-8 | 譁憺エォ雉― | 111010001010110110000001111001101000011010111010111011111011110110110100111011111011110110101011111010011001101110001001111000101000000010010101 | e8ad81e686baefbdb4efbdabe99b89e28095 |
UHC | 譁憺??雉― | 11111100101001101101001110111100001111110011111111110110110010111010000110101010 | fca6d3bc3f3ff6cba1aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)