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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 湛狸[湛狸[^ | 1001001001011000100100100100101101011011100100100101100010010010010010110101101101011110 | 9258924b5b9258924b5b5e |
EUC-JP | 湛狸[湛狸[^ | 1100001110111001110000111010110001011011110000111011100111000011101011000101101101011110 | c3b9c3ac5bc3b9c3ac5b5e |
UTF-8 | 湛狸[湛狸[^ | 111001101011100110011011111001111000101110111000010110111110011010111001100110111110011110001011101110000101101101011110 | e6b99be78bb85be6b99be78bb85b5e |
UHC | 湛狸[湛狸[^ | 1101001111000000110101111110000101011011110100111100000011010111111000010101101101011110 | d3c0d7e15bd3c0d7e15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)