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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ??クG | 0011111100111111100000110100111001000111 | 3f3f834e47 |
EUC-JP | ??クG | 0011111100111111101001011010111101000111 | 3f3fa5af47 |
UTF-8 | 溜븀クG | 11101111101001111000101111101011101110001000000011100011100000101010111101000111 | efa78bebb880e382af47 |
UHC | 溜븀クG | 11101010111111101011101011100111101010111010111101000111 | eafebae7abaf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)