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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
EUC-JP | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
UTF-8 | 챘챨혬챔혟쨋[ | 11101100101100011001100011101100101100011010100011101101100110001010110011101100101100011001010011101101100110001001111111101100101010001000101101011011 | ecb198ecb1a8ed98acecb194ed989feca88b5b |
UHC | 챘챨혬챔혟쨋[ | 11000011101010111100001110110000110000101001010011000011101010001100001010001001110000101011011001011011 | c3abc3b0c294c3a8c289c2b65b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)