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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衣???舞窪 | 100010001101111100111111001111110011111110010101100100011000110001000101 | 88df3f3f3f95918c45 |
EUC-JP | 衣???舞窪 | 101100001110000100111111001111110011111111001001111100011011011110100110 | b0e13f3f3fc9f1b7a6 |
UTF-8 | 衣쭹렟닺舞窪 | 111010001010000110100011111011001010110110111001111010111010000010011111111010111000101110111010111010001000100010011110111001111010101010101010 | e8a1a3ecadb9eba09feb8bbae8889ee7aaaa |
UHC | 衣쭹렟닺舞窪 | 111010111111110111000010111001111000111010110000101101001110100011011001111100011110100011000001 | ebfdc2e78eb0b4e8d9f1e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)