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 | ??┸??┸^ | 001111110011111110000100101111010011111100111111100001001011110101011110 | 3f3f84bd3f3f84bd5e |
EUC-JP | ??┸??┸^ | 001111110011111110101000101111110011111100111111101010001011111101011110 | 3f3fa8bf3f3fa8bf5e |
UTF-8 | 琉욑┸琉욑┸^ | 11101111101001111000110011101100100110101001000111100010100101001011100011101111101001111000110011101100100110101001000111100010100101001011100001011110 | efa78cec9a91e294b8efa78cec9a91e294b85e |
UHC | 琉욑┸琉욑┸^ | 11101011101001001001111011101111101001101011111111101011101001001001111011101111101001101011111101011110 | eba49eefa6bfeba49eefa6bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)