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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?旬猩?旬?^ | 00111111100011110111101111100000110011010011111110001111011110110011111101011110 | 3f8f7be0cd3f8f7b3f5e |
EUC-JP | ?旬猩?旬?^ | 00111111101111011101110011100000110011110011111110111101110111000011111101011110 | 3fbddce0cf3fbddc3f5e |
UTF-8 | 촨旬猩촨旬룸^ | 11101100101101001010100011100110100101111010110011100111100011001010100111101100101101001010100011100110100101111010110011101011101000111011100001011110 | ecb4a8e697ace78ca9ecb4a8e697aceba3b85e |
UHC | 촨旬猩촨旬룸^ | 11000011110100111110001011100010111000001111101011000011110100111110001011100010101101111110101101011110 | c3d3e2e2e0fac3d3e2e2b7eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)