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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 底???? | 100100101110101000111111001111110011111100111111 | 92ea3f3f3f3f |
EUC-JP | 底???? | 110001001110110000111111001111110011111100111111 | c4ec3f3f3f3f |
UTF-8 | 底쾰렒흙짯 | 111001011011101010010101111011001011111010110000111010111010000010010010111011011001110110011001111011001010011110101111 | e5ba95ecbeb0eba092ed9d99eca7af |
UHC | 底쾰렒흙짯 | 11101110101111001100010011101011100011101010011111001000111010111100001010101101 | eebcc4eb8ea7c8ebc2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)