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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 芫居就B | 11100100100010111000101110001111100011110100000101000010 | e48b8b8f8f4142 |
EUC-JP | 芫居就B | 11100111111010111011010111101111101111011010001001000010 | e7ebb5efbda242 |
UTF-8 | 芫居就B | 11101000100010101010101111100101101100011000010111100101101100001011000101000010 | e88aabe5b185e5b0b142 |
UHC | ?居就B | 001111111100101111011100111101101010011001000010 | 3fcbdcf6a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)