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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
UTF-8 | 烈꾥나烈꾦뒙\ | 11101111101001101001111111101010101111101010010111101011100000101001100011101111101001101001111111101010101111101010011011101011100100101001100101011100 | efa69feabea5eb8298efa69feabea6eb92995c |
UHC | 烈꾥나烈꾦뒙\ | 11100110111011111000010011101000101100111010101011100110111011111000010011101001100010101001011001011100 | e6ef84e8b3aae6ef84e98a965c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)