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 | ò¡°ç£ú | 111100101010000110110000111001111010001111111010 | f2a1b0e7a3fa |
SJIS-WIN | ??°?£? | 0011111100111111100000011000101100111111100000011001001000111111 | 3f3f818b3f81923f |
EUC-JP | ò¡°ç£ú | 10001111101010111101001010001111101000101100001010100001111010111000111110101011101011101010000111110010100011111010101111100010 | 8fabd28fa2c2a1eb8fabaea1f28fabe2 |
UTF-8 | ò¡°ç£ú | 110000111011001011000010101000011100001010110000110000111010011111000010101000111100001110111010 | c3b2c2a1c2b0c3a7c2a3c3ba |
UHC | ?¡°??? | 0011111110100010101011101010000111000110001111110011111100111111 | 3fa2aea1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)