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 | ê¹°ä¼ | 111010101011100110110000111001001011110010001010 | eab9b0e4bc8a |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ê?°ä?? | 1000111110101011101101000011111110100001111010111000111110101011101000110011111100111111 | 8fabb43fa1eb8faba33f3f |
UTF-8 | ê¹°ä¼ | 110000111010101011000010101110011100001010110000110000111010010011000010101111001100001010001010 | c3aac2b9c2b0c3a4c2bcc28a |
UHC | ?¹°?¼? | 001111111010100111110110101000011100011000111111101010001111100100111111 | 3fa9f6a1c63fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)