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 | シナ屡芝射璽 | 10111100110001011000111011000110100011101100010110001110110010111000111010100011 | bcc58ec68ec58ecb8ea3 |
EUC-JP | シナ屡芝射璽 | 100011101011110010001110110001011011110011001000101111001100011110111100110011011011110010100101 | 8ebc8ec5bcc8bcc7bccdbca5 |
UTF-8 | シナ屡芝射璽 | 111011111011110110111100111011111011111010000101111001011011000110100001111010001000101010011101111001011011000010000100111001111001001010111101 | efbdbcefbe85e5b1a1e88a9de5b084e792bd |
UHC | ???芝射璽 | 001111110011111100111111111100101011100111011110110100101101111111011110 | 3f3f3ff2b9ded2dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)