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 | 箏?牆斛 | 11100010101101010011111111100000101011011001110111001101 | e2b53fe0ad9dcd |
EUC-JP | 箏?牆斛 | 11100100101101110011111111100000101011111101101011001111 | e4b73fe0afdacf |
UTF-8 | 箏렡牆斛 | 111001111010111010001111111010111010000010100001111001111000100110000110111001101001011010011011 | e7ae8feba0a1e78986e6969b |
UHC | 箏렡牆斛 | 1110111010110100100011101011001011101101111011011100110111010111 | eeb48eb2ededcdd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)