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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シト捨芝シシ | 1011110011000100100011101100110010001110110001011011110010111100 | bcc48ecc8ec5bcbc |
EUC-JP | シト捨芝シシ | 100011101011110010001110110001001011110011001110101111001100011110001110101111001000111010111100 | 8ebc8ec4bccebcc78ebc8ebc |
UTF-8 | シト捨芝シシ | 111011111011110110111100111011111011111010000100111001101000110110101000111010001000101010011101111011111011110110111100111011111011110110111100 | efbdbcefbe84e68da8e88a9defbdbcefbdbc |
UHC | ??捨芝?? | 0011111100111111110111101101011111110010101110010011111100111111 | 3f3fded7f2b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)