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 | ܺº¾ | 11011100101110101011101010111110 | dcbababe |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ܺº? | 10001111101010101110010010001111101000101110101110001111101000101110101100111111 | 8faae48fa2eb8fa2eb3f |
UTF-8 | ܺº¾ | 1100001110011100110000101011101011000010101110101100001010111110 | c39cc2bac2bac2be |
UHC | ?ºº¾ | 00111111101010001010110010101000101011001010100011111010 | 3fa8aca8aca8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)