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 | 底???猥 | 10010010111010100011111100111111001111111110000011001110 | 92ea3f3f3fe0ce |
EUC-JP | 底???猥 | 11000100111011000011111100111111001111111110000011010000 | c4ec3f3f3fe0d0 |
UTF-8 | 底쾨렊렟猥 | 111001011011101010010101111011001011111010101000111010111010000010001010111010111010000010011111111001111000110010100101 | e5ba95ecbea8eba08aeba09fe78ca5 |
UHC | 底쾨렊렟猥 | 11101110101111001100010011101010100011101010000110001110101100001110100011100101 | eebcc4ea8ea18eb0e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)