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 | 驩槫㊤驩槫㊤^ | 11101001100010011001111011100101100001111000010111101001100010011001111011100101100001111000010101011110 | e9899ee58785e9899ee587855e |
EUC-JP | 驩槫?驩槫?^ | 1111000111101001110111001110011100111111111100011110100111011100111001110011111101011110 | f1e9dce73ff1e9dce73f5e |
UTF-8 | 驩槫㊤驩槫㊤^ | 11101001101010011010100111100110101001111010101111100011100010101010010011101001101010011010100111100110101001111010101111100011100010101010010001011110 | e9a9a9e6a7abe38aa4e9a9a9e6a7abe38aa45e |
UHC | 驩??驩??^ | 111111001011111000111111001111111111110010111110001111110011111101011110 | fcbe3f3ffcbe3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)