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 | 兀??億 | 100110010101100100111111001111111000100110101101 | 99593f3f89ad |
EUC-JP | 兀??億 | 110100011011101000111111001111111011001010101111 | d1ba3f3fb2af |
UTF-8 | 兀볤퀓億 | 111001011000010110000000111010111011001110100100111011011000000010010011111001011000010010000100 | e58580ebb3a4ed8093e58484 |
UHC | 兀볤퀓億 | 1110100010110100100100111110101010110011100010001110010111100010 | e8b493eab388e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)