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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?崇\ | 00111111100100001001001001011100 | 3f90925c |
EUC-JP | ?崇\ | 00111111101111111111001001011100 | 3fbff25c |
UTF-8 | 쒀崇\ | 11101100100100101000000011100101101101001000011101011100 | ec9280e5b4875c |
UHC | 쒀崇\ | 1011111010101100111000101111110101011100 | beace2fd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)