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 | 懈??懈 | 100111001110011000111111001111111001110011100110 | 9ce63f3f9ce6 |
EUC-JP | 懈??懈 | 110110001110100000111111001111111101100011101000 | d8e83f3fd8e8 |
UTF-8 | 懈⅛옠懈 | 111001101000011110001000111000101000010110011011111011001001100010100000111001101000011110001000 | e68788e2859bec98a0e68788 |
UHC | 懈⅛옠懈 | 1111101010101011101010001111101110011110101000101111101010101011 | faaba8fb9ea2faab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)