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 | 逆??唯?? | 1000101101110100001111110011111110010111010000100011111100111111 | 8b743f3f97423f3f |
EUC-JP | 逆??唯?? | 1011010111010101001111110011111111001101101000110011111100111111 | b5d53f3fcda33f3f |
UTF-8 | 逆곴엥唯롧툞 | 111010011000000010000110111010101011001110110100111011001001011110100101111001011001010010101111111010111010000110100111111011011000100010011110 | e98086eab3b4ec97a5e594afeba1a7ed889e |
UHC | 逆곴엥唯롧툞 | 111001101011110110000001111010101011111110101000111010101110011010001110111001111011100010010101 | e6bd81eabfa8eae68ee7b895 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)