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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??У??У^ | 001111110011111110000100010101000011111100111111100001000101010001011110 | 3f3f84543f3f84545e |
EUC-JP | ??У??У^ | 001111110011111110100111101101010011111100111111101001111011010101011110 | 3f3fa7b53f3fa7b55e |
UTF-8 | 溜븍У溜븍У^ | 1110111110100111100010111110101110111000100011011101000010100011111011111010011110001011111010111011100010001101110100001010001101011110 | efa78bebb88dd0a3efa78bebb88dd0a35e |
UHC | 溜븍У溜븍У^ | 11101010111111101011101011101011101011001011010111101010111111101011101011101011101011001011010101011110 | eafebaebacb5eafebaebacb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)