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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 葯щ¨? | 11100100110111101000010010001011100000010100111000111111 | e4de848b814e3f |
EUC-JP | 葯щ¨? | 11101000111000001010011111101011101000011010111100111111 | e8e0a7eba1af3f |
UTF-8 | 葯щ¨溜 | 11101000100100011010111111010001100010011100001010101000111011111010011110001011 | e891afd189c2a8efa78b |
UHC | 葯щ¨溜 | 1110010110110101101011001110101110100001101001111110101011111110 | e5b5aceba1a7eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)