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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | ??ヂ??やY | 001111110011111110000011011000010011111100111111100000101110001001011001 | 3f3f83613f3f82e259 |
EUC-JP | ??ヂ??やY | 001111110011111110100101110000100011111100111111101001001110010001011001 | 3f3fa5c23f3fa4e459 |
UTF-8 | 룶쥚ヂ룴횕やY | 11101011101000111011011011101100101001011001101011100011100000111000001011101011101000111011010011101101100110101001010111100011100000101000010001011001 | eba3b6eca59ae38382eba3b4ed9a95e3828459 |
UHC | 룶쥚ヂ룴횕やY | 10001111101010111010001010001111101010111100001010001111101010011100001110001111101010101110010001011001 | 8faba28fabc28fa9c38faae459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)