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 | 調?△專 | 10010010101100100011111110000001101000101001101110010011 | 92b23f81a29b93 |
EUC-JP | 調?△專 | 11000100101101000011111110100010101001001101010111110011 | c4b43fa2a4d5f3 |
UTF-8 | 調쇰△專 | 111010001010101010111111111011001000011110110000111000101001011010110011111001011011000010001000 | e8aabfec87b0e296b3e5b088 |
UHC | 調쇰△專 | 1111000011100000101111001110101110100001111000101110111011110110 | f0e0bceba1e2eef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)