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 | 兀??悅λ? | 100110010101100100111111001111111111101010111101100000111100100100111111 | 99593f3ffabd83c93f |
EUC-JP | 兀???λ? | 1101000110111010001111110011111100111111101001101100101100111111 | d1ba3f3f3fa6cb3f |
UTF-8 | 兀볥젶悅λ젶 | 1110010110000101100000001110101110110011101001011110110010100000101101101110011010000010100001011100111010111011111011001010000010110110 | e58580ebb3a5eca0b6e68285cebbeca0b6 |
UHC | 兀볥젶悅λ젶 | 111010001011010010010011111010111010000010101010111001101110110110100101111010111010000010101010 | e8b493eba0aae6eda5eba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)