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 | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
SJIS-WIN | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
EUC-JP | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
UTF-8 | 쒔렢쒔롔쑈렠rB | 1110110010010010100101001110101110100000101000101110110010010010100101001110101110100001100101001110110010010001100010001110101110100000101000000111001001000010 | ec9294eba0a2ec9294eba194ec9188eba0a07242 |
UHC | 쒔렢쒔롔쑈렠rB | 1011111010101101100011101011001110111110101011011000111011011000101111101010010010001110101100010111001001000010 | bead8eb3bead8ed8bea48eb17242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)