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 | 薑丈Л矍 | 1110010101000111100011111110010010000100010011001110000111011101 | e5478fe4844ce1dd |
EUC-JP | 薑丈Л矍 | 1110100110101000101111101110011010100111101011011110001011011111 | e9a8bee6a7ade2df |
UTF-8 | 薑丈Л矍 | 1110100010010110100100011110010010111000100010001101000010011011111001111001111110001101 | e89691e4b888d09be79f8d |
UHC | 薑丈Л? | 11001011101110011110110111011011101011001010110100111111 | cbb9eddbacad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)