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 | 逋イ竭シ笏、^ | 11100111100110011011001011100010100100011011110011100010100101001010010001011110 | e799b2e291bce294a45e |
EUC-JP | 逋イ竭シ笏、^ | 11101101111110011000111010110010111000111111000110001110101111001110001111110100100011101010010001011110 | edf98eb2e3f18ebce3f48ea45e |
UTF-8 | 逋イ竭シ笏、^ | 11101001100000001000101111101111101111011011001011100111101010111010110111101111101111011011110011100111101011001000111111101111101111011010010001011110 | e9808befbdb2e7abadefbdbce7ac8fefbda45e |
UHC | 逋?竭?笏?^ | 11111000111001110011111111001010111001100011111111111011111011100011111101011110 | f8e73fcae63ffbee3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)