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 | 鍄惹クサ | 111001111111101110001110111001001011100010111011 | e7fb8ee4b8bb |
EUC-JP | 鍄惹クサ | 1110111011111101101111001110011010001110101110001000111010111011 | eefdbce68eb88ebb |
UTF-8 | 鍄惹クサ | 111010011000110110000100111001101000001110111001111011111011110110111000111011111011110110111011 | e98d84e683b9efbdb8efbdbb |
UHC | ?惹?? | 0011111111100101101010010011111100111111 | 3fe5a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)