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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????℃ | 0011111100111111001111110011111100111111001111111000000110001110 | 3f3f3f3f3f3f818e |
EUC-JP | ??????℃ | 0011111100111111001111110011111100111111001111111010000111101110 | 3f3f3f3f3f3fa1ee |
UTF-8 | 렻봬렟렻렋렻℃ | 111010111010000010111011111010111011010010101100111010111010000010011111111010111010000010111011111010111010000010001011111010111010000010111011111000101000010010000011 | eba0bbebb4aceba09feba0bbeba08beba0bbe28483 |
UHC | 렻봬렟렻렋렻℃ | 1000111011000011101110101100010010001110101100001000111011000011100011101010001010001110110000111010000111001001 | 8ec3bac48eb08ec38ea28ec3a1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)