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 | °¤Ð | 100100011011000010010011101001001001111011010000 | 91b093a49ed0 |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | ?°?¤?? | 001111111010000111101011001111111000111110100010111100000011111100111111 | 3fa1eb3f8fa2f03f3f |
UTF-8 | °¤Ð | 110000101001000111000010101100001100001010010011110000101010010011000010100111101100001110010000 | c291c2b0c293c2a4c29ec390 |
UHC | ?°?¤?Ð | 001111111010000111000110001111111010001010110100001111111010100010100010 | 3fa1c63fa2b43fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)