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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 將?依?載? | 100110111001001000111111100010001100101100111111100011011101101000111111 | 9b923f88cb3f8dda3f |
EUC-JP | 將?依?載? | 110101011111001000111111101100001100110100111111101110101101110000111111 | d5f23fb0cd3fbadc3f |
UTF-8 | 將렚依렋載렕 | 111001011011000010000111111010111010000010011010111001001011111010011101111010111010000010001011111010001011110010001001111010111010000010010101 | e5b087eba09ae4be9deba08be8bc89eba095 |
UHC | 將렚依렋載렕 | 111011011110001010001110101011011110101111101110100011101010001011101110101100001000111010101010 | ede28eadebee8ea2eeb08eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)