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 | 00111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f7242 |
SJIS-WIN | ?????rB | 00111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f7242 |
EUC-JP | ?????rB | 00111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f7242 |
UTF-8 | 렻┙쩨ㅔ렠rB | 1110101110100000101110111110001010010100100110011110110010101001101010001110001110000101100101001110101110100000101000000111001001000010 | eba0bbe29499eca9a8e38594eba0a07242 |
UHC | 렻┙쩨ㅔ렠rB | 100011101100001110100110110001001100001011000101101001001100010010001110101100010111001001000010 | 8ec3a6c4c2c5a4c48eb17242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)