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 | 谿ッ蟷ウ | 111001101010111010101111111001011011100110110011 | e6aeafe5b9b3 |
EUC-JP | 谿ッ蟷ウ | 1110110010110000100011101010111111101010101110111000111010110011 | ecb08eafeabb8eb3 |
UTF-8 | 谿ッ蟷ウ | 111010001011000010111111111011111011110110101111111010001001111110110111111011111011110110110011 | e8b0bfefbdafe89fb7efbdb3 |
UHC | 谿??? | 1100110110101100001111110011111100111111 | cdac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)