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 | 兀??蘂 | 100110010101100100111111001111111110010101000001 | 99593f3fe541 |
EUC-JP | 兀??蘂 | 110100011011101000111111001111111110100110100010 | d1ba3f3fe9a2 |
UTF-8 | 兀볣뀒蘂 | 111001011000010110000000111010111011001110100011111010111000000010010010111010001001100010000010 | e58580ebb3a3eb8092e89882 |
UHC | 兀볣뀒蘂 | 1110100010110100100100111110100110000101100011001110011111011110 | e8b493e9858ce7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)