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 | ?x???x??^ | 001111110111100000111111001111110011111101111000001111110011111101011110 | 3f783f3f3f783f3f5e |
SJIS-WIN | ?x???x??^ | 001111110111100000111111001111110011111101111000001111110011111101011110 | 3f783f3f3f783f3f5e |
EUC-JP | ?x???x??^ | 001111110111100000111111001111110011111101111000001111110011111101011110 | 3f783f3f3f783f3f5e |
UTF-8 | 혳x창창혳x창횚^ | 111011011001100010110011011110001110110010110000101111011110110010110000101111011110110110011000101100110111100011101100101100001011110111101101100110101001101001011110 | ed98b378ecb0bdecb0bded98b378ecb0bded9a9a5e |
UHC | 혳x창창혳x창횚^ | 110000101001101001111000110000111010001011000011101000101100001010011010011110001100001110100010110000111001010001011110 | c29a78c3a2c3a2c29a78c3a2c3945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)