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 | ?a??hTB | 00111111011000010011111100111111011010000101010001000010 | 3f613f3f685442 |
SJIS-WIN | ?a??hTB | 00111111011000010011111100111111011010000101010001000010 | 3f613f3f685442 |
EUC-JP | ?a??hTB | 00111111011000010011111100111111011010000101010001000010 | 3f613f3f685442 |
UTF-8 | 챈a혦횂hTB | 11101100101100011000100001100001111011011001100010100110111011011001101010000010011010000101010001000010 | ecb18861ed98a6ed9a82685442 |
UHC | 챈a혦횂hTB | 11000011101001100110000111000010100011101100001110000010011010000101010001000010 | c3a661c28ec382685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)