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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譬ク譖 | 1110011010100000101110001110011010011011 | e6a0b8e69b |
EUC-JP | 譬ク譖 | 111011001010001010001110101110001110101111111011 | eca28eb8ebfb |
UTF-8 | 譬ク譖 | 111010001010110110101100111011111011110110111000111010001010110110010110 | e8adacefbdb8e8ad96 |
UHC | 譬?? | 11011110101001110011111100111111 | dea73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)