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 | シナ尺芝シエ | 1011110011000101100011101101101010001110110001011011110010110100 | bcc58eda8ec5bcb4 |
EUC-JP | シナ尺芝シエ | 100011101011110010001110110001011011110011011100101111001100011110001110101111001000111010110100 | 8ebc8ec5bcdcbcc78ebc8eb4 |
UTF-8 | シナ尺芝シエ | 111011111011110110111100111011111011111010000101111001011011000010111010111010001000101010011101111011111011110110111100111011111011110110110100 | efbdbcefbe85e5b0bae88a9defbdbcefbdb4 |
UHC | ??尺芝?? | 0011111100111111111101001010100111110010101110010011111100111111 | 3f3ff4a9f2b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)