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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 邀??乙??B | 111001111011000100111111001111111000100110110011001111110011111101000010 | e7b13f3f89b33f3f42 |
EUC-JP | 邀??乙??B | 111011101011001100111111001111111011001010110101001111110011111101000010 | eeb33f3fb2b53f3f42 |
UTF-8 | 邀싲겇乙댁쟽B | 11101001100000101000000011101100100010111011001011101010101100101000011111100100101110011001100111101011100011001000000111101100100111111011110101000010 | e98280ec8bb2eab287e4b999eb8c81ec9fbd42 |
UHC | 邀싲겇乙댁쟽B | 11101001101011011001101011101011100000011010010011101011111000001011010011101100101000001000001101000010 | e9ad9aeb81a4ebe0b4eca08342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)