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 | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
EUC-JP | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
UTF-8 | 챘챨혬챌혦혟Y | 11101100101100011001100011101100101100011010100011101101100110001010110011101100101100011000110011101101100110001010011011101101100110001001111101011001 | ecb198ecb1a8ed98acecb18ced98a6ed989f59 |
UHC | 챘챨혬챌혦혟Y | 11000011101010111100001110110000110000101001010011000011101001111100001010001110110000101000100101011001 | c3abc3b0c294c3a7c28ec28959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)