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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???才? | 001111110011111100111111100011011100101100111111 | 3f3f3f8dcb3f |
EUC-JP | ???才? | 001111110011111100111111101110101100110100111111 | 3f3f3fbacd3f |
UTF-8 | 롇렺렒才렜 | 111010111010000110000111111010111010000010111010111010111010000010010010111001101000100110001101111010111010000010011100 | eba187eba0baeba092e6898deba09c |
UHC | 롇렺렒才렜 | 10001110110011011000111011000010100011101010011111101110101001101000111010101110 | 8ecd8ec28ea7eea68eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)