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 | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
SJIS-WIN | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
EUC-JP | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
UTF-8 | 횂쩍횄짙g\ | 1110110110011010100000101110110010101001100011011110110110011010100001001110110010100111100110010110011101011100 | ed9a82eca98ded9a84eca799675c |
UHC | 횂쩍횄짙g\ | 11000011100000101100001010111101110000111000001111000010101000110110011101011100 | c382c2bdc383c2a3675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)