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 | »I¼¢ | 1001000110111011100100100100100110010001101111001001000110100010 | 91bb924991bc91a2 |
SJIS-WIN | ???I???¢ | 001111110011111100111111010010010011111100111111001111111000000110010001 | 3f3f3f493f3f3f8191 |
EUC-JP | ???I???¢ | 001111110011111100111111010010010011111100111111001111111010000111110001 | 3f3f3f493f3f3fa1f1 |
UTF-8 | »I¼¢ | 110000101001000111000010101110111100001010010010010010011100001010010001110000101011110011000010100100011100001010100010 | c291c2bbc29249c291c2bcc291c2a2 |
UHC | ???I?¼?? | 001111110011111100111111010010010011111110101000111110010011111100111111 | 3f3f3f493fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)