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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 善鼠[善鼠[^ | 1001000101010000100100010110110001011011100100010101000010010001011011000101101101011110 | 9150916c5b9150916c5b5e |
EUC-JP | 善鼠[善鼠[^ | 1100000110110001110000011100110101011011110000011011000111000001110011010101101101011110 | c1b1c1cd5bc1b1c1cd5b5e |
UTF-8 | 善鼠[善鼠[^ | 111001011001011010000100111010011011110010100000010110111110010110010110100001001110100110111100101000000101101101011110 | e59684e9bca05be59684e9bca05b5e |
UHC | 善鼠[善鼠[^ | 1110000010111100111000001010100101011011111000001011110011100000101010010101101101011110 | e0bce0a95be0bce0a95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)