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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疇鳰疇躙 | 1110000101100101111010011110101011100001011001011110011101010111 | e165e9eae165e757 |
EUC-JP | 疇鳰疇躙 | 1110000111000110111100101110110011100001110001101110110110111000 | e1c6f2ece1c6edb8 |
UTF-8 | 疇鳰疇躙 | 111001111001011010000111111010011011001110110000111001111001011010000111111010001011101010011001 | e79687e9b3b0e79687e8ba99 |
UHC | 疇?疇? | 111100011100001000111111111100011100001000111111 | f1c23ff1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)