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 | Îî×íÎî | 110011101110111011010111111011011100111011101110 | ceeed7edceee |
SJIS-WIN | ??×??? | 00111111001111111000000101111110001111110011111100111111 | 3f3f817e3f3f3f |
EUC-JP | Îî×íÎî | 1000111110101010110000101000111110101011110000101010000111011111100011111010101110111111100011111010101011000010100011111010101111000010 | 8faac28fabc2a1df8fabbf8faac28fabc2 |
UTF-8 | Îî×íÎî | 110000111000111011000011101011101100001110010111110000111010110111000011100011101100001110101110 | c38ec3aec397c3adc38ec3ae |
UHC | ??×??? | 00111111001111111010000110111111001111110011111100111111 | 3f3fa1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)