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 | ý??? | 11111101001111110011111100111111 | fd3f3f3f |
SJIS-WIN | ?‡蹣粥 | 00111111100000011111011011100111010010011000101010011111 | 3f81f6e7498a9f |
EUC-JP | ý‡蹣粥 | 100011111010101111110010101000101111100011101101101010101011010010100001 | 8fabf2a2f8edaab4a1 |
UTF-8 | ý‡蹣粥 | 1100001110111101111000101000000010100001111010001011100110100011111001111011001010100101 | c3bde280a1e8b9a3e7b2a5 |
UHC | ?‡?粥 | 001111111010001011010100001111111111000111010100 | 3fa2d43ff1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)