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 | 悽??よ | 100111001010110000111111001111111000001011100110 | 9cac3f3f82e6 |
EUC-JP | 悽??よ | 110110001010111000111111001111111010010011101000 | d8ae3f3fa4e8 |
UTF-8 | 悽렊뤵よ | 111001101000001010111101111010111010000010001010111010111010010010110101111000111000001010001000 | e682bdeba08aeba4b5e38288 |
UHC | 悽렊뤵よ | 1111010010100100100011101010000110001111111000111010101011101000 | f4a48ea18fe3aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)