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 | 竺鈐辞 | 1111000010111100100011101011000111111011110000101000111010101011 | f0bc8eb1fbc28eab |
EUC-JP | ?竺鈐辞 | 0011111110111100101100111000111111100011110000011011110010101101 | 3fbcb38fe3c1bcad |
UTF-8 | 竺鈐辞 | 111011101000000110111011111001111010101110111010111010011000100010010000111010001011111010011110 | ee81bbe7abbae98890e8be9e |
UHC | ?竺鈐? | 001111111111010111100111110011001010001000111111 | 3ff5e7cca23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)