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 | 묿業뫝묿業稅\ | 11101011101011001011111111100110101001011010110111101011101010111001110111101011101011001011111111100110101001011010110111100111101010001000010101011100 | ebacbfe6a5adebab9debacbfe6a5ade7a8855c |
UHC | 묿業뫝묿業稅\ | 10010010010011101110010111110110100100011011110110010010010011101110010111110110111000011010101001011100 | 924ee5f691bd924ee5f6e1aa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)