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 | 雋ャ逅オ | 111010001011001010101100111001111001000010110101 | e8b2ace790b5 |
EUC-JP | 雋ャ逅オ | 1111000010110100100011101010110011101101111100001000111010110101 | f0b48eacedf08eb5 |
UTF-8 | 雋ャ逅オ | 111010011001101110001011111011111011110110101100111010011000000010000101111011111011110110110101 | e99b8befbdace98085efbdb5 |
UHC | 雋?逅? | 111100011110011000111111111111011011000100111111 | f1e63ffdb13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)