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 | シナ灼芝鴫芝 | 10111100110001011000111011011100100011101100010110001110101100001000111011000101 | bcc58edc8ec58eb08ec5 |
EUC-JP | シナ灼芝鴫芝 | 100011101011110010001110110001011011110011011110101111001100011110111100101100101011110011000111 | 8ebc8ec5bcdebcc7bcb2bcc7 |
UTF-8 | シナ灼芝鴫芝 | 111011111011110110111100111011111011111010000101111001111000000110111100111010001000101010011101111010011011010010101011111010001000101010011101 | efbdbcefbe85e781bce88a9de9b4abe88a9d |
UHC | ??灼芝?芝 | 001111110011111111101101110001111111001010111001001111111111001010111001 | 3f3fedc7f2b93ff2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)