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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 蕭縁充o | 11100101010010101000100110001111100011110101101101101111 | e54a898f8f5b6f |
EUC-JP | 蕭縁充o | 11101001101010111011000111101111101111011011110001101111 | e9abb1efbdbc6f |
UTF-8 | 蕭縁充o | 11101000100101011010110111100111101110001000000111100101100001011000010101101111 | e895ade7b881e585856f |
UHC | 蕭?充o | 111000011100101100111111111101011111011001101111 | e1cb3ff5f66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)