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 | ì¥ì½P | 11101100100001101010010111101100100001101011110101010000 | ec86a5ec86bd50 |
SJIS-WIN | ??¥???P | 0011111100111111100000011000111100111111001111110011111101010000 | 3f3f818f3f3f3f50 |
EUC-JP | ì??ì??P | 1000111110101011110000000011111100111111100011111010101111000000001111110011111101010000 | 8fabc03f3f8fabc03f3f50 |
UTF-8 | ì¥ì½P | 11000011101011001100001010000110110000101010010111000011101011001100001010000110110000101011110101010000 | c3acc286c2a5c3acc286c2bd50 |
UHC | ?????½P | 0011111100111111001111110011111100111111101010001111011001010000 | 3f3f3f3f3fa8f650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)