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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堊??柚? | 10011010101111110011111100111111100101110100110100111111 | 9abf3f3f974d3f |
EUC-JP | 堊??柚? | 11010100110000010011111100111111110011011010111000111111 | d4c13f3fcdae3f |
UTF-8 | 堊띻퇊柚괕 | 111001011010000010001010111010111001110110111011111011011000011110001010111001101001111110011010111010101011010010010101 | e5a08aeb9dbbed878ae69f9aeab495 |
UHC | 堊띻퇊柚괕 | 11100100101111101000110111101010101101111001101111101010111101101000001001000010 | e4be8deab79beaf68242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)