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 | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | シナ室芝シィP | 101111001100010110001110101110101000111011000101101111001010100001010000 | bcc58eba8ec5bca850 |
EUC-JP | シナ室芝シィP | 10001110101111001000111011000101101111001011110010111100110001111000111010111100100011101010100001010000 | 8ebc8ec5bcbcbcc78ebc8ea850 |
UTF-8 | シナ室芝シィP | 11101111101111011011110011101111101111101000010111100101101011101010010011101000100010101001110111101111101111011011110011101111101111011010100001010000 | efbdbcefbe85e5aea4e88a9defbdbcefbda850 |
UHC | ??室芝??P | 001111110011111111100011111110001111001010111001001111110011111101010000 | 3f3fe3f8f2b93f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)