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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シナ車芝シシ^ | 101111001100010110001110110101001000111011000101101111001011110001011110 | bcc58ed48ec5bcbc5e |
EUC-JP | シナ車芝シシ^ | 10001110101111001000111011000101101111001101011010111100110001111000111010111100100011101011110001011110 | 8ebc8ec5bcd6bcc78ebc8ebc5e |
UTF-8 | シナ車芝シシ^ | 11101111101111011011110011101111101111101000010111101000101110111000101011101000100010101001110111101111101111011011110011101111101111011011110001011110 | efbdbcefbe85e8bb8ae88a9defbdbcefbdbc5e |
UHC | ??車芝??^ | 001111110011111111110011101100111111001010111001001111110011111101011110 | 3f3ff3b3f2b93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)