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 | ?業??業?\ | 001111111000101111000110001111110011111110001011110001100011111101011100 | 3f8bc63f3f8bc63f5c |
EUC-JP | ?業??業?\ | 001111111011011011001000001111110011111110110110110010000011111101011100 | 3fb6c83f3fb6c83f5c |
UTF-8 | 묿業뫖묿業뫒\ | 11101011101011001011111111100110101001011010110111101011101010111001011011101011101011001011111111100110101001011010110111101011101010111001001001011100 | ebacbfe6a5adebab96ebacbfe6a5adebab925c |
UHC | 묿業뫖묿業뫒\ | 10010010010011101110010111110110100100011011100010010010010011101110010111110110100100011011010001011100 | 924ee5f691b8924ee5f691b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)