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??_\ | 00111111001111110111100000111111001111110101111101011100 | 3f3f783f3f5f5c |
SJIS-WIN | ??x??_\ | 00111111001111110111100000111111001111110101111101011100 | 3f3f783f3f5f5c |
EUC-JP | ??x??_\ | 00111111001111110111100000111111001111110101111101011100 | 3f3f783f3f5f5c |
UTF-8 | 횂혳x횄짙_\ | 111011011001101010000010111011011001100010110011011110001110110110011010100001001110110010100111100110010101111101011100 | ed9a82ed98b378ed9a84eca7995f5c |
UHC | 횂혳x횄짙_\ | 1100001110000010110000101001101001111000110000111000001111000010101000110101111101011100 | c382c29a78c383c2a35f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)