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 | 底??厓 | 100100101110101000111111001111111111101010001101 | 92ea3f3ffa8d |
EUC-JP | 底??厓 | 11000100111011000011111100111111100011111011010011000111 | c4ec3f3f8fb4c7 |
UTF-8 | 底댐숴厓 | 111001011011101010010101111010111000110010010000111011001000100010110100111001011000111010010011 | e5ba95eb8c90ec88b4e58e93 |
UHC | 底댐숴厓 | 1110111010111100101101001110111110111101101001001110010011101101 | eebcb4efbda4e4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)