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 | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
SJIS-WIN | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
EUC-JP | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
UTF-8 | 횂쩍횄짝rB | 1110110110011010100000101110110010101001100011011110110110011010100001001110110010100111100111010111001001000010 | ed9a82eca98ded9a84eca79d7242 |
UHC | 횂쩍횄짝rB | 11000011100000101100001010111101110000111000001111000010101001100111001001000010 | c382c2bdc383c2a67242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)