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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 柴丞ソ蒔 | 10001110110001001000111111100101101111111000111010101010 | 8ec48fe5bf8eaa |
EUC-JP | 柴丞ソ蒔 | 1011110011000110101111101110011110001110101111111011110010101100 | bcc6bee78ebfbcac |
UTF-8 | 柴丞ソ蒔 | 111001101001111110110100111001001011100010011110111011111011110110111111111010001001001010010100 | e69fb4e4b89eefbdbfe89294 |
UHC | 柴丞?蒔 | 11100011110000111110001110101010001111111110001111001000 | e3c3e3aa3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)