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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 製?鬱屯?富 | 10010000101110110011111110011111010101001001001111010100001111111001010101111000 | 90bb3f9f5493d43f9578 |
EUC-JP | 製?鬱屯?富 | 11000000101111010011111111011101101101011100011011010110001111111100100111011001 | c0bd3fddb5c6d63fc9d9 |
UTF-8 | 製렩鬱屯롚富 | 111010001010001110111101111010111010000010101001111010011010110010110001111001011011000110101111111010111010000110011010111001011010111110001100 | e8a3bdeba0a9e9acb1e5b1afeba19ae5af8c |
UHC | 製렩鬱屯롚富 | 111100001011001010001110101101111110101010100110110101001110101010001110110111101101110110100011 | f0b28eb7eaa6d4ea8ededda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)