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 | êþ°ë¡x | 11101010111111101011000011101011101000011000011101111000 | eafeb0eba18778 |
SJIS-WIN | ??°???x | 0011111100111111100000011000101100111111001111110011111101111000 | 3f3f818b3f3f3f78 |
EUC-JP | êþ°ë¡?x | 10001111101010111011010010001111101010011101000010100001111010111000111110101011101100111000111110100010110000100011111101111000 | 8fabb48fa9d0a1eb8fabb38fa2c23f78 |
UTF-8 | êþ°ë¡x | 11000011101010101100001110111110110000101011000011000011101010111100001010100001110000101000011101111000 | c3aac3bec2b0c3abc2a1c28778 |
UHC | ?þ°?¡?x | 00111111101010011010110110100001110001100011111110100010101011100011111101111000 | 3fa9ada1c63fa2ae3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)