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 | þB² | 100100011111111010010010010000101001000110110010 | 91fe924291b2 |
SJIS-WIN | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
EUC-JP | ?þ?B?? | 0011111110001111101010011101000000111111010000100011111100111111 | 3f8fa9d03f423f3f |
UTF-8 | þB² | 1100001010010001110000111011111011000010100100100100001011000010100100011100001010110010 | c291c3bec29242c291c2b2 |
UHC | ?þ?B?² | 0011111110101001101011010011111101000010001111111010100111110111 | 3fa9ad3f423fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)