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 | ò¢°èÕö | 111100101010001010110000111010001101010111110110 | f2a2b0e8d5f6 |
SJIS-WIN | ?¢°??? | 0011111110000001100100011000000110001011001111110011111100111111 | 3f8191818b3f3f3f |
EUC-JP | ò¢°èÕö | 10001111101010111101001010100001111100011010000111101011100011111010101110110010100011111010101011011000100011111010101111010011 | 8fabd2a1f1a1eb8fabb28faad88fabd3 |
UTF-8 | ò¢°èÕö | 110000111011001011000010101000101100001010110000110000111010100011000011100101011100001110110110 | c3b2c2a2c2b0c3a8c395c3b6 |
UHC | ??°??? | 00111111001111111010000111000110001111110011111100111111 | 3f3fa1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)