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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?準?樽^ | 00111111100011111000000000111111100100100100110101011110 | 3f8f803f924d5e |
EUC-JP | ?準?樽^ | 00111111101111011110000000111111110000111010111001011110 | 3fbde03fc3ae5e |
UTF-8 | 렠準렠樽^ | 11101011101000001010000011100110101110101001011011101011101000001010000011100110101010001011110101011110 | eba0a0e6ba96eba0a0e6a8bd5e |
UHC | 렠準렠樽^ | 100011101011000111110001110111101000111010110001111100011101110001011110 | 8eb1f1de8eb1f1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)